twinaphex
|
ddff980161
|
Remove unused variables
|
2015-12-05 09:14:55 +01:00 |
|
twinaphex
|
4cad9deb81
|
(frontend_driver.c) Buildfix
|
2015-12-05 09:13:14 +01:00 |
|
twinaphex
|
f72b69e8d1
|
Don't include frontend_driver.h as part of driver.h
|
2015-12-05 09:09:31 +01:00 |
|
twinaphex
|
70e5283d66
|
no longer make frontend driver dependent on driver_t
|
2015-12-05 09:06:43 +01:00 |
|
twinaphex
|
c36b8e1ae9
|
Don't touch driver->frontend outside of frontend_driver.c anymore
|
2015-12-05 08:52:01 +01:00 |
|
twinaphex
|
f16fc89b1b
|
Replace more driver->frontend instances
|
2015-12-05 08:36:16 +01:00 |
|
twinaphex
|
5ed7c3abed
|
Simplify call to main_load_content
|
2015-12-05 08:10:01 +01:00 |
|
twinaphex
|
26cd1a3702
|
Create frontend_driver_set_fork
|
2015-12-05 07:57:45 +01:00 |
|
twinaphex
|
f38cdd1a64
|
Create frontend_driver_content_loaded
|
2015-12-05 07:53:02 +01:00 |
|
twinaphex
|
1fcf63735f
|
Header include changes
|
2015-12-05 07:45:36 +01:00 |
|
twinaphex
|
e735f84baa
|
Refactor shader subsystem
|
2015-12-05 07:33:32 +01:00 |
|
Twinaphex
|
0cda0d042b
|
Merge pull request #2520 from fr500/master
remove the windows console in non-debug windows builds
|
2015-12-05 03:37:24 +01:00 |
|
radius
|
d028905b6c
|
remove the windows console in non-debug windows builds
|
2015-12-04 21:08:52 -05:00 |
|
twinaphex
|
8c3c22f15a
|
Move rewind.h header include to shader_glsl.c
|
2015-12-04 16:54:09 +01:00 |
|
twinaphex
|
7b1fb48034
|
(D3D) Use new video_shader_driver_* functions
|
2015-12-04 16:46:43 +01:00 |
|
twinaphex
|
ab3f0f0652
|
Create remaining video_shader_driver_* functions
|
2015-12-04 16:45:38 +01:00 |
|
twinaphex
|
6d37cfc2fb
|
Create video_shader_driver_get_prev_textures
|
2015-12-04 16:34:58 +01:00 |
|
twinaphex
|
a2da59ac9b
|
Create video_shader_driver_set_coords and video_shader_driver_set_mvp
|
2015-12-04 16:33:07 +01:00 |
|
twinaphex
|
827b3cc89b
|
Create video_shader_driver_num_shaders
|
2015-12-04 16:19:12 +01:00 |
|
twinaphex
|
0ed77247a8
|
Create video_shader_driver_mipmap_input
|
2015-12-04 16:16:40 +01:00 |
|
twinaphex
|
c8f2ef7734
|
Create video_shader_driver_get_ident
|
2015-12-04 16:05:42 +01:00 |
|
twinaphex
|
1956dffe9b
|
Create video_shader_driver_use
|
2015-12-04 16:01:09 +01:00 |
|
twinaphex
|
bdf099a19c
|
Create video_shader_driver_deinit
|
2015-12-04 15:56:36 +01:00 |
|
twinaphex
|
de555d6040
|
Replace all instances of shader->init
|
2015-12-04 15:54:10 +01:00 |
|
twinaphex
|
3f6540dd58
|
Start using video_shader_driver_init for D3D too
|
2015-12-04 15:53:02 +01:00 |
|
twinaphex
|
11109a198b
|
Create video_shader_driver_init
|
2015-12-04 15:50:40 +01:00 |
|
twinaphex
|
736101f1a2
|
(audio_driver.c)Return true if resource already allocated
|
2015-12-04 15:33:09 +01:00 |
|
twinaphex
|
fd07b5c689
|
(input_driver.c) Don't destroy input driver data during
RARCH_INPUT_CTL_DESTROY
|
2015-12-04 15:15:57 +01:00 |
|
twinaphex
|
d0b4d36136
|
Set audio_driver_active to false during AUDIO_DRIVER_CTL_DESTROY
|
2015-12-04 15:00:07 +01:00 |
|
twinaphex
|
351077dc78
|
Start reimplementing audio/video/input driver deiniting
|
2015-12-04 14:30:59 +01:00 |
|
twinaphex
|
058e941d8a
|
Move header include out of tasks.h
|
2015-12-04 13:19:53 +01:00 |
|
twinaphex
|
22c08654df
|
Move struct definition of event_cmd_state to runloop.c
|
2015-12-04 13:09:16 +01:00 |
|
twinaphex
|
67e91033e2
|
Don't grab config pointer at beginning of rarch_main_iterate_time_to_exit
|
2015-12-04 12:48:33 +01:00 |
|
twinaphex
|
c0a1a6a3fe
|
Move system->shutdown to runloop_ctl, turn it into a local
static variable
|
2015-12-04 12:44:12 +01:00 |
|
twinaphex
|
371ebc6133
|
Initialize frame_time_last to 0
|
2015-12-04 12:27:37 +01:00 |
|
twinaphex
|
3b176eed6f
|
move frame_time_last out of system_t struct and make it
a static local variable inside rarch_main_iterate
|
2015-12-04 12:26:39 +01:00 |
|
twinaphex
|
35da6073df
|
(gx_joypad.c) Declare variables at top
|
2015-12-04 12:00:00 +01:00 |
|
twinaphex
|
0b9df5a069
|
(GX) Buildfix
|
2015-12-04 11:56:10 +01:00 |
|
twinaphex
|
d9ab26c6e0
|
Turn menu_animation_state into static local variable
|
2015-12-04 11:45:33 +01:00 |
|
twinaphex
|
526e41f271
|
Turn menu_input_state into static local variable
|
2015-12-04 11:43:42 +01:00 |
|
twinaphex
|
599fcec182
|
Get rid of menu_toggled variable
|
2015-12-04 11:34:06 +01:00 |
|
twinaphex
|
f21a9f2fd2
|
dinput.c - buildfix
|
2015-12-04 11:28:13 +01:00 |
|
twinaphex
|
128095c045
|
rarch_main_iterate - get rid of now unused ret function
|
2015-12-04 11:24:53 +01:00 |
|
twinaphex
|
56a26e9014
|
Reimplement fullscreen toggle
|
2015-12-04 11:21:06 +01:00 |
|
twinaphex
|
50f3999e9b
|
Backport/rewrites wmarquesr pt. 8
|
2015-12-04 11:11:05 +01:00 |
|
twinaphex
|
fdfcbaa042
|
Backport/rewrites wmarquesr pt. 7.5
|
2015-12-04 11:08:12 +01:00 |
|
twinaphex
|
b280d25f8a
|
Backport/rewrites wmarquesr pt. 8
|
2015-12-04 11:06:33 +01:00 |
|
twinaphex
|
20c506fa26
|
Backport/rewrites wmarquesr - pt. 7
|
2015-12-04 11:03:21 +01:00 |
|
twinaphex
|
b9bb4498d8
|
Backports/rewrites wmarquesr - pt. 6
|
2015-12-04 10:58:18 +01:00 |
|
twinaphex
|
f98eef8a53
|
Backport/rewrites wmarquesr - pt. 5
|
2015-12-04 10:49:09 +01:00 |
|