Commit Graph

23170 Commits

Author SHA1 Message Date
twinaphex
7ab628f655 Simplify 2015-10-03 22:09:59 +02:00
twinaphex
864a93def9 Add MENU_INPUT_CTL_UNSET_KEYBOARD_* 2015-10-03 22:09:12 +02:00
twinaphex
3fb709ef4c Remove unused variable 2015-10-03 22:05:59 +02:00
Twinaphex
b1f946ea75 Merge pull request #2208 from fr500/master
don't use $HOME/downloads or $HOME/pictures
2015-10-03 21:59:08 +02:00
Twinaphex
9b60fd6f12 Merge pull request #2205 from aliaspider/master
(CTR/3DS) don't turn off the LCD for 2DS models.
2015-10-03 21:18:29 +02:00
aliaspider
71efe15bce (CTR/3DS) don't turn off the LCD for 2DS models. 2015-10-03 19:37:01 +01:00
radius
a92dfd4668 fix downloads dir 2015-10-03 11:30:13 -05:00
radius
300617b190 set defaults always to XDG dirs 2015-10-03 11:24:44 -05:00
radius
1f52b81a28 add screenshot dir 2015-10-03 11:24:17 -05:00
radius
13f2cce9a1 check for default dirs after loading config 2015-10-03 11:10:36 -05:00
radius
8556fe08f5 fix some nits 2015-10-03 11:10:00 -05:00
radius
7798be9f6e [android] add a default config dir 2015-10-03 10:56:19 -05:00
aliaspider
2c0f700d28 (CTR/3DS) increase the size of the linear heap to 8MB. 2015-10-03 16:00:12 +01:00
twinaphex
63b1c56595 (GLUI) Split up draw cursor code into separate static function 2015-10-03 07:30:41 +02:00
twinaphex
768ac1b5fd Move the entries up the chain 2015-10-03 07:21:33 +02:00
twinaphex
34d58fd4c3 Set Xaudio as default driver for Windows 2015-10-03 07:20:54 +02:00
twinaphex
26a08751c9 (Zarch) Don't call generic_menu_list_init 2015-10-03 05:25:41 +02:00
twinaphex
b6bd6152a0 Add zarch_iterate 2015-10-03 05:24:03 +02:00
twinaphex
6d4900dc1c Create function pointer for iterate function 2015-10-03 05:08:29 +02:00
twinaphex
0acb119f61 Don't use menu_driver_get_ptr in runloop anymore 2015-10-03 04:40:19 +02:00
twinaphex
798e7fa7fa Move function pointer around 2015-10-03 04:32:38 +02:00
twinaphex
c91de95236 Move code around 2015-10-03 04:21:38 +02:00
twinaphex
167cd269ae Add init_list to menu driver callbacks 2015-10-03 03:15:47 +02:00
twinaphex
fbc4ce4cd9 (menu_displaylist.c) Add retro_stat.h include 2015-10-03 02:50:19 +02:00
Twinaphex
41c74d8c41 Merge pull request #2201 from fr500/master
add some useful info to the debug panel
2015-10-03 02:49:54 +02:00
twinaphex
67a1dcb6b4 (Vita) Add -lpng to Vita 2015-10-03 02:48:22 +02:00
radius
1f09cee7d2 simplify debug panel 2015-10-02 19:45:40 -05:00
Twinaphex
201faccff9 Silence clang warnings 2015-10-03 02:37:17 +02:00
twinaphex
911b9775a9 Assume strtok_r is not there on Mingw or MSVC 2015-10-03 02:33:26 +02:00
twinaphex
56309b1f19 (retro_stat.c) Should hopefully fix this now 2015-10-03 01:46:16 +02:00
twinaphex
61a630fabe GetFileAttributesEx returns 'zero' in case of an error 2015-10-03 01:01:57 +02:00
twinaphex
85be9b907d (retro_stat.c) initialize variable 2015-10-02 18:26:01 +02:00
Twinaphex
9bd302b4ec (iohidmanager) Buildfix 2015-10-02 18:24:33 +02:00
twinaphex
8f67989bf1 (retro_dirent.c) Don't need posix_string for retro_dirent 2015-10-02 18:03:30 +02:00
twinaphex
8657a92d81 Weird file got committed for no real reason 2015-10-02 17:58:26 +02:00
twinaphex
ba1ef9c3c2 (MSVC) Buildfixes 2015-10-02 17:57:37 +02:00
aliaspider
a618cb9b61 (CTR/3DS) disable the SystemModeExt setting. 2015-10-02 14:06:37 +01:00
Twinaphex
db4430ed37 Merge pull request #2199 from aliaspider/master
(CTR/3DS) video driver: better detection of frames allocated with
2015-10-02 06:44:30 +02:00
twinaphex
c895e445b4 (Zarch) Make list view bigger 2015-10-02 06:37:33 +02:00
twinaphex
31c600b753 (Zarch) If last character is a slash, strip it - this will
prevent 'path up' from failing
2015-10-02 06:19:43 +02:00
aliaspider
68e2c306a9 (CTR/3DS) video driver: better detection of frames allocated with
linearAlloc.
2015-10-02 04:59:16 +01:00
twinaphex
c113f02683 Supports setting a wallpaper now 2015-10-02 05:34:12 +02:00
twinaphex
0bfc536884 (Zarch) Set viewport 2015-10-02 05:17:40 +02:00
twinaphex
b325a0aa22 (Zarch) Cleanups 2015-10-02 04:03:34 +02:00
twinaphex
cb4f032dd7 (Zarch) Some refactors 2015-10-02 03:55:23 +02:00
twinaphex
80e129d696 Forgot to change it to GetFileAttributesEx 2015-10-02 03:40:20 +02:00
twinaphex
a99183e425 (Windows) Attempt implementing reading the file size without
relying on stat
2015-10-02 03:06:13 +02:00
Twinaphex
1612333a68 Merge pull request #2198 from aliaspider/master
(CTR/3DS) don't query APPMEMALLOC when started from the HBL.
2015-10-02 02:57:06 +02:00
aliaspider
6528c71e3a (CTR/3DS) don't query APPMEMALLOC when started from the HBL. 2015-10-02 01:45:34 +01:00
twinaphex
a1ff4879f8 (Zarch) Integrate Zarch - can be heavily improved now - shows
promise
2015-10-02 02:15:46 +02:00