twinaphex
00e605d9ba
Take out MODE_MENu - and introduce g_extern.is_menu
2014-09-25 06:33:28 +02:00
twinaphex
15f82cb477
Take out ACTION_STATE_FLUSH_INPUT
2014-09-25 06:25:27 +02:00
twinaphex
2309a3e716
Move input_poll to libretro_version_1.c
2014-09-24 09:52:01 +02:00
twinaphex
10b6384bb2
Move recording_dump_frame back to retroarch.c
2014-09-23 03:14:25 +02:00
twinaphex
a7e6df69c8
Split up libretro (v1) code to libretro_version_1.c file
2014-09-23 03:03:56 +02:00
twinaphex
430e0f1911
Reimplement rarch_main_iterate - menu iteration frame now gets
...
called from here too. Do away with the hoky 'MENU_GAME' state
as well.
2014-09-21 09:18:26 +02:00
twinaphex
29aed58e4e
Refactor MODE_LOAD_GAME
2014-09-21 06:50:10 +02:00
twinaphex
7056c9ca39
Refactor MENU_CLEAR_INPUT
2014-09-21 06:41:47 +02:00
twinaphex
9dc35b056f
Refactor MODE_MENU_PREINIT code
2014-09-21 06:33:49 +02:00
twinaphex
395e2ed756
Add "Force-disable sRGB FBO" option for buggy Intel OpenGL drivers
...
on Windows - should hopefully fix messed up colors with it enabled (untested)
2014-09-21 05:23:51 +02:00
twinaphex
4c4ae11ab6
Optimizations to input handling in rarch_main_iterate - pass
...
'trigger' state around
2014-09-17 20:15:56 +02:00
twinaphex
92938fe45f
Optimizations - prevent static bools everywhere in check_* functions
...
- input_keys_pressed_func takes a pointer and sets it to the last
input state. We then pass this around functions and use it where
necessary
2014-09-17 06:55:03 +02:00
twinaphex
a5e367d2f0
More of aforementioend
2014-09-16 09:48:47 +02:00
twinaphex
89676e8424
Add Playlist Directory path setting
2014-09-15 04:12:41 +02:00
Timo Strunk
11b63cbe3d
Merge remote-tracking branch 'upstream/master' into zip_support
2014-09-12 17:06:41 +02:00
Timo Strunk
5ad5a1b6a9
Removed general zip support flags again.
2014-09-12 17:04:14 +02:00
twinaphex
3863fe1e95
Add RARCH_ACTION_STATE_FORCE_QUIT
2014-09-12 05:14:43 +02:00
twinaphex
d96de429ea
(Menu) Add RARCH_CMD_LOAD_CONTENT_PERSIST
2014-09-12 05:01:24 +02:00
twinaphex
598421e7d7
Move resampler drivers to audio/resamplers
2014-09-09 21:54:41 +02:00
twinaphex
5b476460d8
Style / indent nits
2014-09-09 18:31:44 +02:00
twinaphex
fb284a37e1
Change to C-style comments
2014-09-08 17:12:37 +02:00
twinaphex
65a2b0c900
Move/rename menu_update_system_info to rarch_update_system_info
2014-09-07 07:12:10 +02:00
twinaphex
9d783b6627
Style cleanups
2014-09-07 05:47:18 +02:00
twinaphex
707b954947
Move menu_save_new_config to rarch_main_command
2014-09-06 22:11:23 +02:00
twinaphex
fface89461
Move/rename menu_replace_config to retroarch.c (rarch_replace_config)
2014-09-06 22:05:33 +02:00
twinaphex
125f256c5e
(Menu) Refactor menu_content_history_push_current
2014-09-05 19:56:23 +02:00
twinaphex
ca1066d60e
Refactor CLEAR_INPUT
2014-09-05 05:57:27 +02:00
twinaphex
f7e1cb870f
(Menu) Immediately apply changes to shader parameters
2014-09-05 03:44:19 +02:00
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
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
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
d50fb2802a
(retroarch.c) Cleanups
2014-09-02 02:55:43 +02:00
twinaphex
bda03a52fe
(PS3) Take out triple buffering
2014-08-31 04:13:53 +02:00
twinaphex
e86a434465
(Menu) Refactor flicker filter code
2014-08-31 04:07:07 +02:00
twinaphex
80f67baf1f
(Menu) refactor system_bgm_enable setting
2014-08-31 04:03:04 +02:00
twinaphex
262ec8881a
(PS3) Refactor PAL60 setting
2014-08-31 03:50:44 +02:00
twinaphex
27a60f1d5d
Refactor Soft Filter menu option for Wii/Xbox 1
2014-08-31 03:38:21 +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
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
4d6835bfad
(Menu) Refactor driver settings
2014-08-27 18:01:44 +02:00
twinaphex
e6472b5a72
Move MAX_ARGS define to frontend.c
2014-08-27 01:08:29 +02:00
twinaphex
c45a063b99
(Menu) Refactor Netplay TCP/UDP Port setting
2014-08-24 19:00:36 +02:00
twinaphex
fe6add2f12
Implement RARCH_CMD_RESET_CONTEXT
2014-08-20 23:11:14 +02:00
twinaphex
4dea8caa6f
(SoftFilter) Refactor most code associated to SoftFilter plugin - load .filt
...
files instead of the dynamic libraries directly. Options can be
set in the config file.
There's still a problem with config file options - will work this
out later.
2014-08-19 19:38:33 +02:00