11297 Commits

Author SHA1 Message Date
twinaphex
c31b14b1b5 Move Drivers to Settings 2014-07-12 16:08:01 +02:00
Twinaphex
4268edfd05 (Settings data) Rename some settings 2014-07-12 16:03:24 +02:00
Twinaphex
422dcb68c2 Merge pull request #805 from lioncash/settings-fix
settings_data.c: Fix an accidental use of a string literal in a boolean function
2014-07-12 02:35:32 +02:00
Lioncash
07cc9b08d2 settings_data.c: Fix an accidental use of a string literal in a boolean function 2014-07-11 20:33:23 -04:00
Twinaphex
1e58d98774 Merge pull request #804 from lioncash/null-deref
frontend/history.c: Prevent possible null dereference of hist
2014-07-12 02:29:07 +02:00
Twinaphex
38dc70f7c0 Merge pull request #803 from lioncash/free-null
rxml.c: Get rid of a free called on a null pointer
2014-07-12 02:28:37 +02:00
Lioncash
7e0d06b47b frontend/history.c: Prevent possible null dereference of hist 2014-07-11 19:57:01 -04:00
Lioncash
29eb257e6f rxml.c: Get rid of a free called on a null pointer 2014-07-11 19:50:39 -04:00
Twinaphex
958e2ee0b1 Merge pull request #802 from lioncash/vs2013
rarch.rc: Don't use duplicate IDs
2014-07-12 01:44:58 +02:00
Lioncash
954d39c1d1 rarch.rc: Don't use duplicate IDs
Fixes compilation with VS2013
2014-07-11 19:42:45 -04:00
Themaister
a3f264a679 Another lima compile fix. 2014-07-12 00:34:09 +02:00
Themaister
b0699f3e2e Should fix lima_gfx build errors. 2014-07-11 22:20:47 +02:00
Twinaphex
d6f49df718 Merge pull request #800 from lioncash/android
platform_android: Fix duplicate condition checks
2014-07-11 19:40:57 +02:00
Lioncash
30ae571729 platform_android: Fix duplicate condition checks 2014-07-11 13:20:56 -04:00
Twinaphex
74f36b3878 (Apple) Get rid of g_initialized variable 2014-07-11 02:24:11 +02:00
Twinaphex
10f25672a0 (Settings data) Rearrange some settings 2014-07-11 01:04:25 +02:00
twinaphex
e396a93925 (Settings data) Rearrange some settings 2014-07-11 00:57:18 +02:00
Themaister
cdc46ae512 Block libretro input when ENABLE_HOTKEY is held. 2014-07-11 00:26:50 +02:00
Twinaphex
650424c17c (OSX) Get rid of 'isTerminating' variable 2014-07-10 22:11:47 +02:00
Twinaphex
0b3ef0b2ce (Apple) Get rid of apple_is_paused extern global var 2014-07-10 22:05:08 +02:00
Twinaphex
7dc418fcdd (Apple) Got rid of apple_is_running global variable 2014-07-10 22:02:54 +02:00
Twinaphex
c65af98255 (Apple) Reduce dependencies on apple_is_running global variable 2014-07-10 21:47:26 +02:00
twinaphex
33d9866d40 Change "input_enable_hotkey" into "input_enable_hotkey_btn" in
skeleton cfg file
2014-07-09 14:01:27 +02:00
twinaphex
a19d2e2853 (iOS GC) Get rid of superfluous inline function 2014-07-09 13:48:43 +02:00
twinaphex
4431989515 (Apple) Move variables to apple_gfx_context.c.inl 2014-07-09 13:39:43 +02:00
twinaphex
b6c17a79bb (Apple) Cleanups to get_chosen_screen 2014-07-09 13:34:50 +02:00
twinaphex
063756d5fd (Apple) Move get_chosen_screen to apple_gfx_context.c.inl 2014-07-09 13:32:43 +02:00
twinaphex
ac18c07e74 (Apple) Split up iOS camera and location code into separate files 2014-07-09 13:27:30 +02:00
twinaphex
5d4d5eb589 (Apple) Cleanups 2014-07-09 13:20:12 +02:00
twinaphex
0551e95ebe (Apple) Cleanups to RAGAmeView.m 2014-07-09 13:15:36 +02:00
twinaphex
a22807cb60 (Apple) Build fixes 2014-07-09 13:08:56 +02:00
twinaphex
3d9e679d6a (Apple) Delete rarch_wrapper.h 2014-07-09 13:06:54 +02:00
twinaphex
22a8d152cf (Apple) Get rid of rarch_wrapper.h 2014-07-09 13:06:24 +02:00
twinaphex
652499770f (Apple GL context) Move gfx_context C files to Obj-C .m file 2014-07-09 13:03:58 +02:00
twinaphex
ac941c18a3 (Apple) Move location/camera code into separate files 2014-07-09 12:56:29 +02:00
twinaphex
c1cdf78fc8 (Apple OSX) settings.m - style nits 2014-07-09 12:45:03 +02:00
twinaphex
c9287fccfb (Settings data) Fix warning 2014-07-09 12:33:45 +02:00
twinaphex
59bba490f9 (Setting data) Add group name/subgroup name too to settings 2014-07-08 21:33:34 +02:00
twinaphex
56380f309f (Setting data) Make settings data more readable 2014-07-08 19:23:53 +02:00
twinaphex
70e7b4a26e (Settings data) Create enum for settings list 2014-07-08 18:56:12 +02:00
twinaphex
6cb17bc4cb (iOS) menu.m - more cleanups/build fixes 2014-07-08 18:29:28 +02:00
twinaphex
dfc43810a7 (Apple/iOS) Cleanups of menu.m 2014-07-08 18:23:30 +02:00
twinaphex
155e51259e (Settings data) Some cleanups 2014-07-08 16:10:54 +02:00
twinaphex
86f51d703f (Settings data/iOS) Fix crash at startup with new config - audio latency was being set to
0 because g_defaults.out_latency would point to 0 - instead, we check
if g_defaults.settings.out_latency is higher than 0 and if so, set the
setting to that - otherwise, default to value in config.def.h

On an unrelated note - the setting I just added to settings_data.c still
doesn't show up. This code is in need of some serious refactoring
2014-07-08 15:29:45 +02:00
twinaphex
0b44fef6d1 (Settings data) Move setting around 2014-07-08 14:01:36 +02:00
twinaphex
a7c9137c0d (Settings data) Add Overlay Enable option 2014-07-08 13:55:23 +02:00
twinaphex
e384d7b056 (iOS) And another 'build fix' now - let's hope things work now
as expected
2014-07-08 13:32:54 +02:00
twinaphex
ef78dc78cf (Apple) Doing it through this godawful fucking IDE now so that Xcode
doesn't get the chance to crap all over changed paths again
2014-07-08 13:25:24 +02:00
twinaphex
d02ff97ca5 (Apple) Nit 2014-07-08 13:03:51 +02:00
twinaphex
fcb9023c9c (iOS) Fix up iOS solution AGAIN 2014-07-08 13:01:10 +02:00