Commit Graph

23207 Commits

Author SHA1 Message Date
Andre Leiradella
5fce3f4138 grouped core functions inside a retro_core_t structure; swapped core function globals by one retro_core_t variable 2015-10-06 14:34:09 -03:00
twinaphex
d72ccb0013 (Zarch) Prevent some warnings 2015-10-06 16:07:02 +02:00
twinaphex
770ec75b9f (Zarch) Preliminary - start hooking up gamepad (very unfinished) 2015-10-06 15:57:24 +02:00
twinaphex
fee01f271b Start splitting up menu_common_load_content functionality 2015-10-06 14:09:52 +02:00
twinaphex
8676712537 (Zarch) Start implementing control flow for loading content - not
finished yet
2015-10-06 13:39:08 +02:00
Twinaphex
6fe8195fc5 Merge pull request #2218 from frangarcj/master
(Vita) Fixes #2216 - exiting back to the homebrew menu
2015-10-06 13:28:44 +02:00
twinaphex
b008f9ebfe (Zarch) Remove Home button - unnecessary 2015-10-06 12:39:25 +02:00
twinaphex
b7bceff562 (Zarch) Implement ticker effect now - also cuts off text according
to list item width size
2015-10-06 12:30:10 +02:00
Francisco Jose Garcia Garcia
398ba9e42a (Vita) Fixes #2216 - exiting back to the homebrew menu 2015-10-06 11:56:17 +02:00
aliaspider
3879e2a7e7 (CTR/3DS) mkdir_norecurse: correct directory exists being treated as an
error.
2015-10-05 22:20:06 +01:00
Twinaphex
f8d162b2e7 Merge pull request #2217 from aliaspider/master
(CTR/3DS) increase the default size of the linear heap.
2015-10-05 23:04:49 +02:00
aliaspider
b7be1862a3 (CTR/3DS) increase the default size of the linear heap.
makefile: allow changing stack/linear heap size without requiring a
clean.
2015-10-05 21:45:17 +01:00
twinaphex
303fd1daed (DirectInput) Take out excessive logging 2015-10-05 11:08:41 +02:00
twinaphex
7755277b87 (DirectInput) Following system mouse cursor in windowed mode 2015-10-05 11:06:42 +02:00
twinaphex
5bf91c92cb rarch_threaded_video_get_ptr - prevent possible NULL pointer dereferences 2015-10-05 06:13:58 +02:00
twinaphex
0d6c5ec4d1 (GLUI/RGUI) Take out scrollup/scrolldown functionality for now 2015-10-05 02:06:39 +02:00
Twinaphex
b7c8ea67d8 (iOS) Buildfix 2015-10-04 21:57:16 +02:00
Twinaphex
c4786ea543 Merge pull request #2212 from aliaspider/master
(CTR/3DS) video driver: increase texture width.
2015-10-04 20:30:14 +02:00
aliaspider
b9978317cc (CTR/3DS) video driver: increase texture width. 2015-10-04 19:22:23 +01:00
twinaphex
58ba2941a8 (Zarch) Settings - Add Back button - still needs to be moved and
aligned right
2015-10-04 09:17:47 +02:00
twinaphex
aa27e7e6de (Zarch) Fix scrolling 2015-10-04 09:10:25 +02:00
twinaphex
aee58a241b (Zarch) Add Collections and Download tabs 2015-10-04 09:08:27 +02:00
Twinaphex
d075952476 Merge pull request #2210 from lakkatv/zui
(ZUI) Use the font, font size, margins and dimensions of PPSSPP
2015-10-04 07:54:05 +02:00
Jean-André Santoni
dab6b6e9ca (ZUI) Use the font, font size, margins and dimensions of PPSSPP 2015-10-04 12:52:35 +07:00
Twinaphex
42a1bd351e Merge pull request #2209 from lakkatv/zui
(ZUI) Use the background gradient of PPSSPP
2015-10-04 06:38:52 +02:00
Jean-André Santoni
f160179e46 (ZUI) Use the background gradient of PPSSPP 2015-10-04 11:36:36 +07:00
twinaphex
d99602f483 (Apple) Add ZARCH 2015-10-04 05:51:25 +02:00
twinaphex
bd0ab3f719 (Zarch) Move 'Home' button 2015-10-04 04:46:46 +02:00
twinaphex
5de3c495e7 (RMenu XUI) Use video_driver_get_ptr 2015-10-04 03:22:01 +02:00
twinaphex
32e1255573 (Zarch) Make Zarch work in threaded video mode 2015-10-04 03:19:53 +02:00
twinaphex
37a885f42c (Zarch) More C89_BUILD fixes 2015-10-04 02:34:18 +02:00
twinaphex
c5f74061f8 Don't use C++ comments anymore 2015-10-04 02:29:51 +02:00
twinaphex
8749490e40 C89 compat issue 2015-10-04 02:28:34 +02:00
twinaphex
7ae238a0f1 (Zarch) Some safety checks 2015-10-04 02:26:06 +02:00
twinaphex
10b1d121c6 Should fix audio filters regression 2015-10-03 22:23:23 +02:00
twinaphex
8d705844de Should fix MENU_INPUT_CTL_SET_KEYBOARD_LABEL 2015-10-03 22:18:43 +02:00
twinaphex
308fe9427a Fix MENU_INPUT_CTL_SET_KEYBOARD_LABEL_SETTING 2015-10-03 22:14:35 +02:00
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