Commit Graph

6089 Commits

Author SHA1 Message Date
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 fb1355b975.
2013-03-16 17:51:45 +01:00
twinaphex
f028a8555e Revert "Move set_keybinds autoconfiguration (that is done on every console"
This reverts commit c26653fca8.
2013-03-16 17:51:37 +01:00
twinaphex
d67e4da4db Revert "Can't have hardcoded binds structs for 8 players"
This reverts commit 2579af2764.
2013-03-16 17:51:28 +01:00
twinaphex
b59c262971 Revert "Move console 'set default binds' and 'set analog stick' default"
This reverts commit 5f2a808042.
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
Themaister
0b8d8c41f7 Don't use QUICKMENU for RGUI.
Doesn't seem to be used.
2013-03-16 11:11:36 +01:00
Themaister
8f6f35b2d9 Poll overlay on PC in RGUI. 2013-03-16 11:06:03 +01:00
Themaister
8360dff3ca Fix RGUI input on PC, but ugly. 2013-03-16 11:01:47 +01:00
Themaister
aa1275a22d Check explicitly for video_poke interface. 2013-03-16 10:47:01 +01:00
Themaister
12cc1c43d4 Can almost run RGUI on PC.
Input in menu is broken. Binds are set up wrongly for PC.
2013-03-16 10:35:22 +01:00
Themaister
15099f8e4f RGUI builds on PC. 2013-03-16 09:55:08 +01:00
twinaphex
5626003af5 Update AUTHORS 2013-03-15 20:33:33 +01:00
twinaphex
3bc487be87 Merge branch 'ios' of git://github.com/meancoot/RetroArch 2013-03-15 20:05:15 +01:00
Themaister
b470454923 Include avutil/channel_layout.h correctly. 2013-03-15 14:47:45 +01:00
Themaister
d2665f8807 Fix dinput cb struct. 2013-03-15 10:43:42 +01:00
Themaister
eeba16d0e8 Fix CXX_BUILD. 2013-03-15 09:21:47 +01:00
Themaister
9a21151be2 Fixup alignment in config.def.h. 2013-03-15 09:13:09 +01:00
Themaister
b68a95c72e Declare enum name, not a variable. 2013-03-15 09:05:52 +01:00