Commit Graph

20331 Commits

Author SHA1 Message Date
Twinaphex 7348942809 Merge pull request #1778 from heuripedes/master
(menu_setting.c) Free driver setting values
2015-06-12 21:07:27 +02:00
Higor Eurípedes 1f5b81db74 (menu_setting.c) Free driver setting values 2015-06-12 16:05:32 -03:00
hunterk 664956c53d ifdef the retina stuff for backward compatibility 2015-06-12 13:56:34 -05:00
Twinaphex 5886d18603 Merge pull request #1777 from hizzlekizzle/master
Fix scaling on Retina Macs
2015-06-12 20:29:44 +02:00
Twinaphex d78ed579e9 Merge pull request #1776 from heuripedes/master
Revert "(retroarch.c) Default to --menu behavior"
2015-06-12 20:22:23 +02:00
Higor Eurípedes 258cc97d14 Revert "(retroarch.c) Default to --menu behavior"
This reverts commit 34af0aa956.
2015-06-12 15:20:48 -03:00
hizzlekizzle d5a6a1d4a6 remove dpi hack
the existing method works fine on later release targets, so we just need to remember to set those.
2015-06-12 13:12:43 -05:00
hizzlekizzle 0c792898b8 fix dumb typo 2015-06-12 13:03:34 -05:00
hunterk b4e4af604e fix ugly scaling on Retina Macs 2015-06-12 12:45:29 -05:00
twinaphex e9cbfb15b1 (GLUI) Cleanups 2015-06-12 19:28:12 +02:00
twinaphex ac1b292cfd Fix -Wmissing-braces warnings 2015-06-12 19:25:08 +02:00
Twinaphex d1006042bd Merge pull request #1775 from heuripedes/args
Command line arguments and logging improvements
2015-06-12 19:02:16 +02:00
Higor Eurípedes beb383ff45 (retroarch_logger.c) Add extern "C" to forward declaration 2015-06-12 13:36:22 -03:00
Higor Eurípedes 34af0aa956 (retroarch.c) Default to --menu behavior 2015-06-12 13:36:22 -03:00
Higor Eurípedes f9d01a079a (retroarch.c) Replace FILE with PATH for -s and -S options 2015-06-12 13:36:22 -03:00
Higor Eurípedes a264720bb6 (retroarch.c) Use stderr as log file by default 2015-06-12 13:36:22 -03:00
Higor Eurípedes 805ac369c0 (retroarch.c) Clear confusion about -s and -S 2015-06-12 13:36:22 -03:00
Higor Eurípedes b08847abdd (retroarch.c) Move print_version() ascii art to print_help() 2015-06-12 13:36:22 -03:00
Higor Eurípedes f9d6cab445 (retroarch.c) Use descriptive name for the long-only options 2015-06-12 13:36:21 -03:00
Higor Eurípedes badf586e1a (retroarch.c) Fix segfault 2015-06-12 13:36:21 -03:00
Higor Eurípedes ecede41cb2 (retroarch.c) Add --log-file and --version 2015-06-12 13:36:21 -03:00
Higor Eurípedes 4e595b34c1 (retroarch.c) Add print_version() 2015-06-12 13:36:21 -03:00
Higor Eurípedes 164110d04d (retroarch.c) Align opts definition 2015-06-12 13:36:21 -03:00
Higor Eurípedes 552d6abb7f (retroarch.c) Reformat help text 2015-06-12 13:36:21 -03:00
Higor Eurípedes 8057e2654e (retroarch.c) Align long options in print_help() 2015-06-12 13:36:21 -03:00
Higor Eurípedes 1cacb66d39 (retroarch.c) Make print_help() use less terminal columns 2015-06-12 13:36:21 -03:00
Higor Eurípedes b3ad5f80e4 (retroarch) Use argv[0] as command name in print_help() 2015-06-12 13:36:21 -03:00
twinaphex 5c470b411c (database_info.c) Do glob query for developers 2015-06-12 18:26:39 +02:00
twinaphex 78f6f29c3a (database_info.c) Refactor some code 2015-06-12 18:20:34 +02:00
twinaphex cdd2edb608 Rename menu_settings_list_free to menu_setting_free 2015-06-12 17:55:11 +02:00
twinaphex 5789fb44f4 (Menu) Cleanups pt. 4 2015-06-12 17:23:31 +02:00
twinaphex d532fb4979 (General) Cleanups pt. 3 2015-06-12 17:10:16 +02:00
twinaphex 29c82f9360 (General) Cleanups pt. 2 2015-06-12 17:04:25 +02:00
twinaphex c36e21ed13 (General) Cleanup 2015-06-12 17:00:37 +02:00
twinaphex e514c30d0f retro_endianness.h - need to include stdlib.h for _byteswap_ulong/
_byteswap_short
2015-06-12 16:40:48 +02:00
twinaphex 2b9d70a672 (menu_displaylist.c) Cleanups 2015-06-12 16:36:15 +02:00
twinaphex 3abf8ec982 (menu_entries_get_core_title) Cleanup 2015-06-12 16:28:44 +02:00
twinaphex 5213105f99 (XMB) Cleanups 2015-06-12 16:25:32 +02:00
twinaphex a53f84ddfb (Menu) Cleanups 2015-06-12 16:20:45 +02:00
twinaphex c814f71221 (RMenu) Cleanups 2015-06-12 16:17:19 +02:00
twinaphex 1011e0499e Some cleanups - use menu_navigation_get_ptr 2015-06-12 16:13:12 +02:00
twinaphex 64d6a6db81 (RGUI) Cleanups 2015-06-12 16:11:50 +02:00
twinaphex 2c1a1f83a2 Create menu_entries.c 2015-06-12 16:07:12 +02:00
twinaphex b9bd2072e4 Reorder some files in menu_entry.c 2015-06-12 16:04:22 +02:00
twinaphex fd38003fd1 Rename menu_entries_cbs_* to menu_cbs_* 2015-06-12 16:01:46 +02:00
twinaphex 015a882c2b menu_list_elem_is_dir - change how we determine element is a directory 2015-06-12 15:48:11 +02:00
twinaphex 30e29cfb5a Create menu_list_get_userdata_at_offset 2015-06-12 14:50:06 +02:00
twinaphex bf4ef3fd82 (XMB) Use menu_list_get_actiondata_at_offset 2015-06-12 14:47:44 +02:00
twinaphex fa3f9d31d5 (menu_list.c) Cleanup/nit 2015-06-12 14:44:57 +02:00
twinaphex 84b8a250a3 Simplify menu_list_new 2015-06-12 14:44:25 +02:00