twinaphex
|
6abb01e973
|
Isolate driver->netplay-data to netplay.c
|
2015-12-05 16:38:24 +01:00 |
|
twinaphex
|
18ab12ab83
|
Take header include record_driver.h out of driver.h
|
2015-12-05 16:12:29 +01:00 |
|
twinaphex
|
736f343d9f
|
Create RARCH_MENU_CTL_IS_ALIVE
|
2015-12-05 13:49:34 +01:00 |
|
twinaphex
|
2f29d9f18c
|
Take out menu/menu_driver.h include from driver.h
|
2015-12-05 13:22:50 +01:00 |
|
twinaphex
|
f72b69e8d1
|
Don't include frontend_driver.h as part of driver.h
|
2015-12-05 09:09:31 +01:00 |
|
twinaphex
|
26cd1a3702
|
Create frontend_driver_set_fork
|
2015-12-05 07:57:45 +01:00 |
|
twinaphex
|
cc1f0e6ab4
|
Reimplement EVENT_CMD_SET_FRAME_LIMIT and make frame_limit_minimum_time
and frame_limit_last_time static local variables of rarch_main_iterate
|
2015-12-04 09:54:12 +01:00 |
|
twinaphex
|
10875bf6a0
|
Move shader_dir references
|
2015-12-01 03:55:31 +01:00 |
|
twinaphex
|
fcde5ae8ff
|
Add RUNLOOP_CTL_GET_WINDOWED_SCALE
|
2015-12-01 03:46:56 +01:00 |
|
twinaphex
|
c5df156f23
|
Cleanups
|
2015-12-01 03:33:50 +01:00 |
|
twinaphex
|
43abd39f6a
|
Start limiting scope of global->cheat to cheats.c
|
2015-12-01 02:43:34 +01:00 |
|
twinaphex
|
f1a0068dc7
|
Move bsv global state to movie.c
|
2015-12-01 01:47:26 +01:00 |
|
twinaphex
|
5d9e6bca60
|
Move bsv movie code to movie.c
|
2015-12-01 00:04:04 +01:00 |
|
twinaphex
|
22d64ae3dc
|
move driver->remote and driver->command to input_driver.c
|
2015-11-30 23:06:47 +01:00 |
|
twinaphex
|
0b24618cd5
|
Move driver->command to input_driver.c
|
2015-11-30 22:56:41 +01:00 |
|
twinaphex
|
e8471ead48
|
Move rewind state code out of g_extern
|
2015-11-30 22:29:16 +01:00 |
|
twinaphex
|
0db7cda264
|
Start moving rewind code to rewind.c
|
2015-11-30 22:25:13 +01:00 |
|
twinaphex
|
9824eb7ea9
|
Rename rarch_main_ctl to runloop_ctl
|
2015-11-30 21:42:59 +01:00 |
|
twinaphex
|
4e333302ae
|
Rename RARCH_MAIN_CTL* to RUNLOOP_CTL*
|
2015-11-30 21:35:50 +01:00 |
|
twinaphex
|
ca71e1a5bb
|
Rename RARCH_ACTION_STATE_ to RARCH_CTL_
|
2015-11-30 21:28:55 +01:00 |
|
twinaphex
|
5d70131ce1
|
Move global->autosave to autosave.c
|
2015-11-30 19:23:13 +01:00 |
|
twinaphex
|
30ed8b750b
|
move temporary_content to content.c
|
2015-11-30 19:09:12 +01:00 |
|
twinaphex
|
4e0a4150b5
|
Merge runloop and runloop_data.c
|
2015-11-30 15:35:57 +01:00 |
|
twinaphex
|
12e301825b
|
Move audio_active to audio_driver.c
|
2015-11-29 21:34:45 +01:00 |
|
twinaphex
|
1d44619f41
|
Move driver->video_cache_context and driver->video_cache_context_ack
to video_driver.c
|
2015-11-29 20:44:51 +01:00 |
|
twinaphex
|
628af9680f
|
command_event.c - cleanup
|
2015-11-29 18:27:24 +01:00 |
|
twinaphex
|
fa0e2032c6
|
Move EVENT_CMD_PREPARE_DUMMY to rarch_main_ctl
|
2015-11-29 00:29:41 +01:00 |
|
twinaphex
|
96f1a417ed
|
Remove unused EVENT_CMD_DATA_RUNLOOP_FREE
|
2015-11-29 00:24:44 +01:00 |
|
twinaphex
|
bd6b79fdee
|
command_event should only be used for events that the user can call,
so start moving things that the user shouldn't call to rarch_main_ctl
instead
|
2015-11-29 00:15:51 +01:00 |
|
radius
|
ac1695e7fd
|
open different sockets per-user
|
2015-11-27 18:08:52 -05:00 |
|
radius
|
06a06fee94
|
add settings for network gamepads for each user
|
2015-11-27 18:08:44 -05:00 |
|
radius
|
1296768d47
|
add stub driver for network gamepad
|
2015-11-27 18:08:39 -05:00 |
|
twinaphex
|
cb98cbc1bf
|
Create RARCH_INPUT_CTL_POLL
|
2015-11-25 20:39:46 +01:00 |
|
twinaphex
|
92c0907e80
|
Create more RARCH_INPUT_CTL_* commands
|
2015-11-25 18:29:28 +01:00 |
|
twinaphex
|
f319916e80
|
C89_BUILD buildfixes
|
2015-11-25 03:33:54 +01:00 |
|
Higor Eurípedes
|
3ad560279f
|
(command_event) Fix crash on unload content
|
2015-11-24 10:26:52 -03:00 |
|
Higor Eurípedes
|
58e9b28154
|
Cleanup
|
2015-11-23 18:50:26 -03:00 |
|
Higor Eurípedes
|
a0d2bb4c7c
|
Reimplement overlay loading with tasks
|
2015-11-23 17:42:01 -03:00 |
|
twinaphex
|
e0f0590269
|
Rearrange header includes
|
2015-11-23 19:40:09 +01:00 |
|
twinaphex
|
24400bc797
|
Divorce audio_data from driver_t struct
|
2015-11-23 19:22:18 +01:00 |
|
twinaphex
|
a9cb970d0d
|
Move log_file code to verbosity.c
|
2015-11-23 15:45:02 +01:00 |
|
twinaphex
|
074f14b132
|
Add verbosity.c/verbosity.h
|
2015-11-23 12:03:38 +01:00 |
|
twinaphex
|
08c6382c51
|
Refactor away another function
|
2015-11-22 15:16:03 +01:00 |
|
twinaphex
|
b603b735d5
|
Add RARCH_AUDIO_CTL_MUTE_TOGGLE
|
2015-11-22 14:30:31 +01:00 |
|
twinaphex
|
0972c19f77
|
Add more RARCH_AUDIO_CTL commands
|
2015-11-22 14:23:29 +01:00 |
|
twinaphex
|
66d853358a
|
Create audio_driver_ctl
|
2015-11-22 14:17:46 +01:00 |
|
twinaphex
|
32717d1340
|
Ifdef 'SET_PER_GAME_RESOLUTION' for Gekko right now - this is still
buggy code in general - might want to get rid of it and pressure
the dev to come up with a sane solution that is not bug prone
|
2015-11-21 09:31:08 +01:00 |
|
twinaphex
|
0f33722f5d
|
Refactor Wii per-game resolution mode to be somewhat generic
|
2015-11-21 08:56:24 +01:00 |
|
twinaphex
|
9ea40f5e32
|
Add RARCH_DISPLAY_CTL_SET_ASPECT_RATIO
|
2015-11-20 18:45:00 +01:00 |
|
twinaphex
|
5069d71295
|
Cleanups
|
2015-11-20 18:41:25 +01:00 |
|