Commit Graph

498 Commits

Author SHA1 Message Date
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
twinaphex
e1a122843b Add null camera - remove HAVE_CAMERA ifdefs 2014-08-14 02:55:04 +02:00
twinaphex
ad5d46bba3 Refactor general_write_handler some more 2014-08-13 20:09:53 +02:00
twinaphex
fb82598553 Rewrite init_rewind log 2014-08-13 19:58:33 +02:00
twinaphex
51e4c85de3 Refactor fastforward_ratio - 0.0x is no limit now 2014-08-13 19:53:15 +02:00
twinaphex
147cac67ef Update more references to 'roms' 2014-08-13 08:52:13 +02:00
twinaphex
105af6e55c Cleanups 2014-08-12 05:35:01 +02:00
twinaphex
fcbbf08109 (Recording) Bake in HAVE_RECORD implicitly 2014-08-12 05:28:43 +02:00
twinaphex
717def1717 Bake in HAVE_BSV_MOVIE implicitly 2014-08-12 05:10:02 +02:00
twinaphex
f027acd5cf Rename game_history_size to content_history_size 2014-08-12 04:57:31 +02:00
Higor Eurípedes
c36ddae9aa Add SDL2 to feature list 2014-08-10 19:13:49 -03:00
twinaphex
80a19ff0fd (Wayland) Adding preliminary work by maister - input hookup still
missing
2014-08-09 21:35:27 +02:00
twinaphex
39cb690ba6 Set static variables to initial value 2014-08-04 01:24:58 +02:00
twinaphex
984b9b225f Fix check_shader_dir 2014-08-04 00:35:52 +02:00
Twinaphex
7db4cd56b7 (OSX) Get rid of some warnings 2014-08-03 03:34:23 +02:00
twinaphex
7a40fa29f0 retroarch.c - Declare variables at top of function 2014-08-03 01:54:10 +02:00
twinaphex
8178957c7b RARCH_CMD_HISTORY_INIT - early return if g_extern.history is not NULL 2014-08-02 20:09:42 +02:00
twinaphex
8abb916f66 Refactor content_history_init/deinit 2014-08-02 17:42:01 +02:00
twinaphex
946fc6040e Refactor MENU_SETTINGS_OVERLAY_PRESET 2014-08-02 15:16:56 +02:00
twinaphex
5bf4be925b Refactor rarch_main_deinit_core 2014-08-02 14:26:11 +02:00
twinaphex
c564278809 Refactor record init/deinit 2014-08-02 14:17:20 +02:00
twinaphex
cc59602f06 Cleanups 2014-08-02 13:55:05 +02:00
twinaphex
d376fbe8c4 Cleanups 2014-08-02 13:50:56 +02:00
twinaphex
e110bd90f5 Refactor DSP filter init/deinit 2014-08-02 13:40:38 +02:00
twinaphex
290e9cb14b Cleanups 2014-08-02 12:38:57 +02:00
twinaphex
7d4b6b23c5 Refactor overlay init/free 2014-08-02 12:36:48 +02:00
twinaphex
53ae4cd72c Refactor audio stop/start 2014-08-02 12:08:53 +02:00
twinaphex
e0c2379f4e Declare variables at top 2014-08-02 11:48:42 +02:00
Twinaphex
d997ef02f7 Refactor save_auto_state 2014-08-02 05:13:10 +02:00
Twinaphex
1f3fd5cf5b Refactor load_save_files 2014-08-02 05:08:52 +02:00
Twinaphex
e7980b89ea Refactor deinit_rewind - rewind should never be deinited if
netplay is enabled (?)
2014-08-02 05:06:18 +02:00
Twinaphex
6422aa52d1 Refactor deinit_temporary_content 2014-08-02 05:04:13 +02:00
twinaphex
25e0ead417 Build fix - make RetroArch work without HAVE_NETPLAY defined 2014-08-02 04:21:07 +02:00
twinaphex
2c2f60cab4 Refactors 2014-08-02 04:13:34 +02:00
twinaphex
15f3f79732 Refactor rarch_init_autosave/rarch_deinit_autosave 2014-08-02 04:11:06 +02:00
twinaphex
33d18b3722 Non-public functions should have rarch_ prefix removed 2014-08-02 04:04:05 +02:00
twinaphex
15898a98f0 Refactor rarch_init_rewind/rarch_deinit_rewind 2014-08-02 04:01:25 +02:00
twinaphex
d70693345c Refactor rarch_set_fullscreen calls to rarch_main_command 2014-08-02 03:56:19 +02:00
twinaphex
40ff938296 Refactor more code/code duplication in retroarch.c 2014-08-02 03:38:38 +02:00
twinaphex
5237ce4f89 Refactor rarch_take_screenshot 2014-08-02 03:29:48 +02:00
twinaphex
9446fa788c Refactor video_frame 2014-08-02 03:02:32 +02:00
Twinaphex
f1bf2fab85 Build fix - move init_libretro_cbs_netplay outside of HAVE_COMMAND
block
2014-08-02 02:21:44 +02:00
twinaphex
9f48a2bca2 Refactor audio_flush 2014-08-02 02:18:54 +02:00
twinaphex
817bffcc57 Make audio_sample_batch function static 2014-08-02 02:05:01 +02:00
twinaphex
3e0f624e25 Move check_netplay_flip to top of check_flip function 2014-08-02 01:54:08 +02:00
twinaphex
6a0c3ff25d Refactor more functions - make more functions in retroarch.c static
that don't need to be public
2014-08-02 01:49:36 +02:00
twinaphex
64e89330f8 Make rarch_load_state/rarch_save_state static functions 2014-08-02 01:35:33 +02:00
twinaphex
bccf887c44 Refactor more code 2014-08-02 01:28:06 +02:00
twinaphex
12471729f4 Move state_slot variable from g_extern to g_settings 2014-08-02 01:20:39 +02:00
twinaphex
163b802449 (retroarch.c) Some refactors 2014-08-02 00:32:56 +02:00
twinaphex
96d2e1e88f Refactor do_state_checks 2014-08-02 00:21:44 +02:00
twinaphex
4bbb05f415 Refactors in retroarch.c to do with game reset 2014-08-02 00:10:04 +02:00
twinaphex
ff2158b2a4 refactor rarch_main_clear_state 2014-08-01 23:59:05 +02:00
twinaphex
1fb817a857 Refactor take_screenshot_viewport 2014-08-01 23:43:51 +02:00
twinaphex
63015a6e50 Refactor init_libretro_cbs_plain 2014-08-01 19:40:19 +02:00
twinaphex
6625c5f53b Refactor rarch_main_init 2014-08-01 18:26:12 +02:00
twinaphex
aa28a074d7 Refactor bsv movie free duplication 2014-08-01 18:20:06 +02:00
twinaphex
8285f6021f Refactor away rarch_main_idle_iterate 2014-08-01 17:57:14 +02:00
twinaphex
609614a84c retroarch.c - cleanups 2014-08-01 17:49:02 +02:00
twinaphex
828edc3ec6 rarch_main_clear_state : Capital-case ZIP should no longer be
necessary
2014-08-01 09:54:57 +02:00
twinaphex
9dadfc0b19 Rename Netplay Nickname to Username and make it not dependent
on HAVE_NETPLAY
2014-08-01 05:04:59 +02:00
twinaphex
f63f1f8520 Replace more ROM references 2014-07-28 20:08:37 +02:00
twinaphex
272002310d Rename more references to 'roms' 2014-07-28 20:01:27 +02:00
twinaphex
dfeab30f26 Rename rom variables in main_wrap struct 2014-07-28 19:55:28 +02:00
twinaphex
4d198dffaa libretro_no_rom becomes libretro_no_content 2014-07-28 19:51:17 +02:00
twinaphex
f9b7431289 Rename g_extern.temporary_roms to g_extern.temporary_content 2014-07-28 19:49:07 +02:00
twinaphex
6485353884 Rename 'roms' to content, pt. 2 2014-07-28 19:47:12 +02:00
twinaphex
59f8e75ee1 Rename load_no_rom to load_no_content 2014-07-28 19:37:25 +02:00
twinaphex
24f0dcc550 Refactor away load_menu_game_prepare_dummy 2014-07-25 22:11:34 +02:00
twinaphex
78fcd416e7 Take out input_overlay_enable 2014-07-25 18:57:07 +02:00
twinaphex
3a501e750f Hose some more code to rarch_main_command 2014-07-22 03:55:55 +02:00
twinaphex
d27ffd007f (Menu) Refactor away load_menu_game_new_core 2014-07-22 03:41:24 +02:00
twinaphex
176b4f91b6 Create RARCH_CMD_LOAD_CORE 2014-07-22 03:34:28 +02:00
twinaphex
72be4b17e7 (Main) Take out HAVE_SCREENSHOTS ifdef
Create RARCH_CMD_TAKE_SCREENSHOT
2014-07-22 03:17:47 +02:00
twinaphex
78610e4d90 Add RARCH_CMD_LOAD_CONTENT 2014-07-22 03:12:56 +02:00
twinaphex
4b0f3584e0 Create rarch_main_command - command.c could maybe later be made
more generic so we can just do this through command.c functions
locally
2014-07-22 02:14:52 +02:00
twinaphex
e84e7f61e0 Create public function rarch_main_deinit_core 2014-07-22 00:31:29 +02:00
twinaphex
6f32841647 Rename g_extern.verbose to g_extern.verbosity to avoid
collisions on OSX
2014-07-18 00:39:31 +02:00
Themaister
cdc46ae512 Block libretro input when ENABLE_HOTKEY is held. 2014-07-11 00:26:50 +02:00
Themaister
420a203a02 Reset g_extern path state after game reload. 2014-06-21 10:40:58 +02:00
Themaister
5530de0fb7 Android: Fix handling of libretro_path/libretro_directory. 2014-06-16 21:50:29 +02:00
Themaister
edbbacd067 Don't disable SRAM if netplay_is_client is set without netplay. 2014-06-16 18:23:11 +02:00
Themaister
53bc4c08ed Check recording based on g_extern.rec and not g_extern.recording.
Fixes some segfaults where g_extern.recording and g_extern.rec mismatch.
Makes it possible to record without loading content directly from CLI.
2014-06-16 15:50:53 +02:00
twinaphex
5532babfd6 (Overlays) Add explicit overlay_enable option 2014-06-12 22:15:32 +02:00
twinaphex
29d6856244 Take out duplicate freeing of log_file 2014-06-10 19:39:46 +02:00
twinaphex
68963a6eb0 Turbo logic can be uncommented now for RARCH_CONSOLE 2014-06-10 15:57:39 +02:00
twinaphex
f7e9f4774d (Menu) Replace more rgui_ references 2014-06-10 02:21:49 +02:00
Themaister
159ddb86d3 Add has_set* state for netplay settings. 2014-06-10 00:01:03 +02:00
Themaister
852e632862 Fix some dubious code in frontend/frontend.c. 2014-06-03 11:36:09 +02:00
twinaphex
e717e20643 Have to comment out turbo button functionality again for RARCH_CONSOLE 2014-06-03 07:04:15 +02:00
twinaphex
bca8a4c6d7 (GX) Build fixes/style nits 2014-06-03 03:37:13 +02:00
twinaphex
ae1e3b3f07 Rewrite rarch_main_wrap - we need a way of getting a valid argc/argv
pair for consoles where we get stupid argc/argv pairs back that need
to be 'converted' into something that RetroArch's PC-style args parsing
can deal with
2014-06-03 01:45:25 +02:00