Commit Graph

489 Commits

Author SHA1 Message Date
twinaphex
514e454f16 Bump up max players to 16 2014-09-04 16:15:49 +02:00
twinaphex
0f12c67054 (Deferred core) Fix direct loading of deferred core 2014-09-04 05:10:44 +02:00
twinaphex
2574816473 (main_set_state) More refactoring 2014-09-03 18:46:17 +02:00
twinaphex
d539bed82c Hide more manipulation of lifecycle_state behind rarch_main_set_state
function
2014-09-03 18:36:46 +02:00
twinaphex
51ed93d703 Start creating separate function that affects the lifecycle state -
rarch_main_set_state
2014-09-03 18:16:49 +02:00
twinaphex
74ddc9c3b7 Go through rarch_main_command instead of directly manipulating
g_extern.lifecycle_state
2014-09-03 16:55:56 +02:00
twinaphex
c92269dedf Move core_info/core_info_current to global 2014-09-03 14:57:29 +02:00
twinaphex
55aa477232 Move rarch_defer_core to retroarch.c 2014-09-03 06:23:44 +02:00
twinaphex
bc1358a021 Refactor load_menu_content_history 2014-09-03 00:14:02 +02:00
Timo Strunk
0c4c749f81 Added commandline 7z support 2014-09-02 17:05:15 +02:00
Twinaphex
040b3523c4 Move more strings to intl/english.h 2014-09-02 06:20:31 +02:00
twinaphex
8a405fa611 (retroarch.c) cleanups 2014-09-02 03:21:33 +02:00
twinaphex
f085056d8a (retroarch.c) refactor rarch_save_state/rarch_load_state 2014-09-02 03:06:45 +02:00
twinaphex
d50fb2802a (retroarch.c) Cleanups 2014-09-02 02:55:43 +02:00
twinaphex
4a1e240936 (retroarch.c) Cut down on code duplication 2014-09-02 02:31:57 +02:00
twinaphex
cb3e844b93 Go through RETRO_FRONTEND define for RetroArch string 2014-09-02 02:09:54 +02:00
twinaphex
0b49d99620 Move more strings to intl 2014-09-02 02:02:39 +02:00
Twinaphex
a703e73e68 Merge pull request #921 from mprobinson/fix-init-movie
Fix spurious error message in init_movie()
2014-09-02 01:42:43 +02:00
Mike Robinson
bf47ceef2b Fix spurious error message in init_movie()
g_extern.bsv.movie was checked before bsv_movie_init, resulting
in failure report even if recording succeeded.
2014-09-02 00:30:37 +01:00
twinaphex
99d9908cda Move more English strings to intl/english.h 2014-09-02 00:41:18 +02:00
twinaphex
bd79842b63 (retroarch.c) refactoring for 80-char limit 2014-09-01 01:42:27 +02:00
twinaphex
772fcb508c (retroarch.c) refactoring for 80-char limit 2014-09-01 01:37:44 +02:00
twinaphex
1570d932e1 (retroarch.c) Refactor for 80-char limit 2014-09-01 01:19:16 +02:00
Mike Robinson
d7cd930d40 Avoid flicker during BFI and slow-motion or pause 2014-08-31 11:05:09 +01:00
twinaphex
8133088add (Settings data) Set some g_extern variables for netplay settings 2014-08-30 03:28:57 +02:00
twinaphex
2010c77c03 Fix check_volume 2014-08-29 10:22:11 -03:00
Twinaphex
8a9f747476 Merge pull request #908 from mprobinson/master
Implement frame delay option
2014-08-28 21:20:31 +02:00
Mike Robinson
ac421ec19b Implement frame delay option
Sets how many milliseconds to delay after VSync before running the core.
2014-08-28 19:54:42 +01:00
Higor Eurípedes
ad23b58654 (Haiku) Fix config paths 2014-08-28 13:44:22 -03:00
twinaphex
9bef38186a (Menu) Refactor most of the main menu settings 2014-08-28 00:08:32 +02:00
twinaphex
d9a10e9ab2 (Menu) Start refactoring main menu actions 2014-08-27 23:44:23 +02:00
twinaphex
5a77b1aef3 Remove more extraneous elses 2014-08-27 04:02:32 +02:00
twinaphex
fe6add2f12 Implement RARCH_CMD_RESET_CONTEXT 2014-08-20 23:11:14 +02:00
twinaphex
1d043121e2 Code reformatting (80-char limit); C-style comments 2014-08-20 17:18:43 +02:00
twinaphex
86de91d718 fastforward_ratio - add improved clamping code 2014-08-18 12:14:53 +02:00
twinaphex
e12081c309 (retroarch.c) Make sure as many variables are initialized as possible 2014-08-18 11:23:35 +02:00
twinaphex
7ba9737fef deinit_gpu_recording - cut down on duplicated code 2014-08-17 23:31:16 +02:00
twinaphex
f264062364 (MSVC) Some build fixes 2014-08-17 18:59:49 +02:00
twinaphex
6b1446df73 Avoid some more potential uninitialized references in retroarch.c 2014-08-17 06:27:37 +02:00
twinaphex
02e6ab0ba9 Put rarch_main_deinit_core above uninit_drivers in retroarch.c to
work around threading deinit issue in PPSSPP
2014-08-16 20:21:49 +02:00
twinaphex
e9a0234730 (Menu) Cleanup some settings 2014-08-16 19:16:11 +02:00
twinaphex
ba6d353498 Add RARCH_CMD_AUDIO_SET_BLOCKING_STATE/RARCH_CMD_AUDIO_SET_NONBLOCKING_STATE 2014-08-16 18:56:56 +02:00
twinaphex
c34e5428c0 (Menu) Go through RARCH_CMD_VIDEO_SET_ASPECT_RATIO 2014-08-16 18:46:43 +02:00
twinaphex
2d4cd0a56e Add new cmd enums to rarch_main_command 2014-08-16 18:39:18 +02:00
twinaphex
728b18a9fe (Menu) Refactor init_core_info calls 2014-08-16 06:23:51 +02:00
twinaphex
823be1ce41 Get rid of more driver_funcs macros 2014-08-15 20:51:59 +02:00
twinaphex
eb1d78bab7 Rename history.c to playlist.c 2014-08-15 17:24:28 +02:00
twinaphex
33ddbeb149 Rewrite more driver_funcs macros 2014-08-14 20:13:56 +02:00
twinaphex
9992e33a36 Replace more driver_funcs macros 2014-08-14 19:56:45 +02:00
twinaphex
e851d279f8 Start getting rid of driver_funcs.h macros 2014-08-14 19:54:22 +02:00