6152 Commits

Author SHA1 Message Date
twinaphex
b90478fbb5 (iOS) Build fix in run_loop.h 2013-03-19 02:04:53 +01:00
meancoot
00d809436b (iOS) Send touch events directly to a shared RAInputResponder instance, bypassing NSNotificationCenter. 2013-03-18 20:52:35 -04:00
meancoot
2a4573854e (iOS) Load BTstack dynamically; no more separate nobtstack xcode scheme. 2013-03-18 20:32:24 -04:00
twinaphex
7b90adef58 (iOS/BTStack) Relative path includes 2013-03-18 23:43:44 +01:00
twinaphex
b2096c6bb0 (BTStack) Commit btstack deps to repo 2013-03-18 23:32:25 +01:00
twinaphex
5790dbbc61 (iOS) Avoid some conditionals - WIIMOTE_DBG is undefined for regular
builds anyway
2013-03-18 18:52:37 +01:00
twinaphex
a8a277ec3b (RMenu) Cleanups 2013-03-18 18:31:14 +01:00
twinaphex
93522723b0 (RMenu) Replace more snprintfs in rmenu.c 2013-03-18 18:05:15 +01:00
twinaphex
8621d78776 (RGL PS3) Move RGL to /ps3 folder - unlikely to use it for '3D libretro' 2013-03-18 16:55:09 +01:00
twinaphex
d561db5186 (iOS) Add HAVE_COREAUDIO include into Griffin 2013-03-18 06:17:00 +01:00
twinaphex
15215c47f1 (Grifin) Move griffin to root (to indicate it's no longer console-specific 2013-03-18 05:46:19 +01:00
twinaphex
2dc3adcde3 (Filebrowser) Remove redundant filebrowser_get_current_dir 2013-03-18 05:25:18 +01:00
twinaphex
cf7f868e0a (RMenu) Replace more snprintfs with strlcpy 2013-03-18 05:11:36 +01:00
twinaphex
8930afd11c (RMENU) Replace snprintfs with strlcpy 2013-03-18 03:49:54 +01:00
twinaphex
8abe9802b5 (RGUI) Replace as much snprintfs with strlcpy as possible
for safety reasons
2013-03-18 02:01:14 +01:00
Themaister
51b5a2df5c Refactor aspect_ratio member.
Mutate in g_extern.system.aspect_ratio to avoid
getting wrong aspect ratio on reentrancy.
2013-03-17 22:05:15 +01:00
Themaister
aa24755956 Make initial RGUI directory configurable. 2013-03-17 21:39:28 +01:00
twinaphex
5f08cebf7c (iOS) Function pointer to set_keybinds NULL for now 2013-03-17 21:39:12 +01:00
Themaister
374975da34 Move core selection to top on PC. 2013-03-17 21:23:28 +01:00
Themaister
94ece08f44 Core selection works on PC/RGUI. 2013-03-17 21:18:56 +01:00
Themaister
c0cbe1aa43 Can query system_info for any lib. 2013-03-17 20:11:02 +01:00
twinaphex
595e591607 (RARCH_CONSOLE) Move sound_mode_enums to general.h 2013-03-17 18:16:34 +01:00
twinaphex
e1a3159efc (Android) Bind F1 on keyboards to RGUI menu toggle 2013-03-17 17:54:59 +01:00
Themaister
af4bbb947d Block config read after first main_init. 2013-03-17 16:02:11 +01:00
twinaphex
4bfbd8d9e9 (XDK) D3D - Drop BeginScene/EndScene - they are just stub on XDK 2013-03-17 15:09:51 +01:00
Themaister
bcef812291 Add RGUI to Win32 build. 2013-03-17 13:25:35 +01:00
Themaister
2e03a4b3ba Refactor slash handling slightly. 2013-03-17 12:59:52 +01:00
Themaister
5d7b2821cc Build fix Win32 2013-03-17 12:30:26 +01:00
Themaister
2588e60180 Add relative-to-application querying to config. 2013-03-17 12:28:26 +01:00
Themaister
c100b1371c Update command interface.
Use ';' to split args instead of ':' to avoid breaking
Windows path handling.
2013-03-17 11:11:14 +01:00
Hans-Kristian Arntzen
2dde412d64 Fix settings.c derp 2013-03-16 21:49:45 +01:00
Hans-Kristian Arntzen
4975ea35fe Fix assertion trip in settings.c. 2013-03-16 21:45:34 +01:00
twinaphex
ad2cd4e492 Revert "Remove platform-specific MAX_PADS - use global define MAX_PLAYERS"
This reverts commit fb1355b9755ffd0b919945b155b17350f3a2d5e2.
2013-03-16 17:51:45 +01:00
twinaphex
f028a8555e Revert "Move set_keybinds autoconfiguration (that is done on every console"
This reverts commit c26653fca83af90fc14bd2fca0324bfaf1a1156f.
2013-03-16 17:51:37 +01:00
twinaphex
d67e4da4db Revert "Can't have hardcoded binds structs for 8 players"
This reverts commit 2579af2764076abcbff84caca21da906cf913a21.
2013-03-16 17:51:28 +01:00
twinaphex
b59c262971 Revert "Move console 'set default binds' and 'set analog stick' default"
This reverts commit 5f2a808042ec0b15365dfbd40ef32d93140c7126.
2013-03-16 17:51:00 +01:00
twinaphex
5f2a808042 Move console 'set default binds' and 'set analog stick' default
set_keybindings to global_init_drivers
2013-03-16 17:44:24 +01:00
twinaphex
2579af2764 Can't have hardcoded binds structs for 8 players 2013-03-16 17:33:18 +01:00
twinaphex
c26653fca8 Move set_keybinds autoconfiguration (that is done on every console
port) to driver.c - reducing lots of duplicate code
2013-03-16 17:24:24 +01:00
twinaphex
fb1355b975 Remove platform-specific MAX_PADS - use global define MAX_PLAYERS
instead and customize it for certain ports
2013-03-16 17:13:28 +01:00
twinaphex
840361b76c (XDK) Get rid of unused primitive_t struct 2013-03-16 17:04:30 +01:00
Themaister
ab40e42885 Bump versions to 0.9.8.4. 2013-03-16 14:29:45 +01:00
Themaister
e3c85b174c Can toggle rewind enable in runtime. 2013-03-16 14:28:34 +01:00
twinaphex
92fba644b7 (RGUI) Ditch GX naming convention for menu bind IDs 2013-03-16 14:20:11 +01:00
Themaister
e0f9feb903 Fix 16:15 aspect lut. 2013-03-16 14:14:28 +01:00
Themaister
64a64b6e1b Update README. 2013-03-16 12:46:15 +01:00
Themaister
7b716ac837 Fix unsecure snprintf. 2013-03-16 12:28:25 +01:00
Themaister
20001fd578 Add -Wno-unused-variable if present. 2013-03-16 12:24:53 +01:00
Themaister
2be53ac0f9 Add MENU_TOGGLE bind config. 2013-03-16 12:21:16 +01:00
Themaister
1aca911fe3 Fix file browser on PC. 2013-03-16 11:16:55 +01:00