Twinaphex
ed859fa619
Merge pull request #1596 from Monroe88/audio_dsp_fix
...
Fix Audio DSP menu option
2015-04-07 06:03:03 +02:00
Monroe88
0c7da8b685
Fix Audio DSP menu option
2015-04-06 22:55:49 -05:00
Twinaphex
136720a4c0
Merge pull request #1595 from fr500/master
...
Override and remap improvements
2015-04-07 05:52:03 +02:00
radius
3dc163f885
revert this since it's not needed
2015-04-06 22:41:33 -05:00
radius
9484498232
revert this since it's not needed
2015-04-06 22:37:26 -05:00
radius
e71940ff34
revert saving the core_options_path since it was causing a lot of incosistencies
2015-04-06 22:31:07 -05:00
Toad King
730be95302
stop threads before destroying pad_connections
2015-04-06 22:24:01 -05:00
Toad King
3c67a80713
fix crash on shutdown in libusb_hid
2015-04-06 22:21:28 -05:00
twinaphex
4ce389fb42
Add fifo_buffer to retroarch-joyconfig-griffin.c
2015-04-07 05:11:08 +02:00
Toad King
5701f4f73a
libusb updates, still need to figure out config issue preventing keys being registered
2015-04-06 22:07:59 -05:00
twinaphex
baafcd2817
(platform_wii.c) Style nits
2015-04-07 05:07:30 +02:00
radius
70a54e6fcb
make sure remap path is cleared if an auto remap file is not found
2015-04-06 21:54:59 -05:00
twinaphex
1f8d6a7612
(XDK) Updates
2015-04-07 04:18:12 +02:00
twinaphex
d55ab52a53
(XDK360) Buildfix
2015-04-07 04:06:33 +02:00
twinaphex
7aceb41658
(XDK) Move Xbox variables over to xdk_renderchain_t
2015-04-07 04:03:06 +02:00
radius
2474c20084
Merge remote-tracking branch 'upstream/master'
2015-04-06 20:52:03 -05:00
twinaphex
ba1c1352ee
Revert "(D3D) Updates"
...
This reverts commit 349d8249469090a13c6ffdb7efb90e68ba03676d.
2015-04-07 03:46:27 +02:00
twinaphex
349d824946
(D3D) Updates
2015-04-07 03:44:09 +02:00
radius
4030a5d53a
enable saving for core options
2015-04-06 20:35:37 -05:00
twinaphex
db6dc55480
(D3D) improve on earlier commit
2015-04-07 03:32:10 +02:00
radius
b83f9f8811
game remaps should take precedence over core remaps
2015-04-06 20:30:47 -05:00
twinaphex
62ff81b6b4
(XDK1) Buildfix
2015-04-07 03:28:54 +02:00
twinaphex
2eee9f0c18
(360) Build fix for d3d_vertex_buffer_new
2015-04-07 03:25:47 +02:00
radius
45040cd29b
fix some warnings
2015-04-06 20:22:33 -05:00
twinaphex
472e508f5a
(D3D) Update other init_shader function implementations
2015-04-07 03:22:24 +02:00
twinaphex
a029c678d8
(D3D Cg) move cgCtx to renderchain data struct
2015-04-07 03:20:57 +02:00
radius
1293122826
override and remap function comment cleanup
...
made the remap function return true/false depending on what has been done
2015-04-06 20:16:00 -05:00
twinaphex
66ecd60da1
(D3D) renderchain_set_mvp - cleanup
2015-04-07 03:08:25 +02:00
radius
931c818038
clean up comments for core_load_override
2015-04-06 20:07:44 -05:00
radius
1dd32a8da4
style cleanups
2015-04-06 19:58:57 -05:00
radius
507ec17261
make the override function smarter, now it will return true if overrides have loaded and false otherwise (including on error)
...
move pretro_set_environment(rarch_environment_cb); further down since it wouldn't have achieved the desired effect in that location
added a function to restore the original configuration when unloading the core so overrides won't affect the main config
2015-04-06 19:54:58 -05:00
twinaphex
20005f194a
(D3D) Buildfix
2015-04-07 02:54:33 +02:00
twinaphex
7df57edf77
(D3D) Move default usage value to d3d_wrapper.cpp function
2015-04-07 02:53:27 +02:00
twinaphex
d32af58250
Create d3d_set_vertex_declaration
2015-04-07 02:44:12 +02:00
twinaphex
875adec249
(render_chain_null.c) Remove unused function
2015-04-07 02:38:22 +02:00
twinaphex
38ec5a851f
(render_chain_driver.h) Add d3d_defines.h to render_chain_driver.h
2015-04-07 02:37:05 +02:00
twinaphex
a02c600a42
(XDK360) Buildfix
2015-04-07 02:25:31 +02:00
radius
f060811ae8
Add options to save remap files according to the autoload convention
2015-04-06 18:47:58 -05:00
Twinaphex
e61bb7673e
Merge pull request #1594 from SAKUJ0/master
...
Some clean-up and consistency, no actual code changes
2015-04-07 01:14:22 +02:00
twinaphex
9e6c2de94f
(XDK) Updates
2015-04-07 01:09:09 +02:00
Orkun Şensebat
b1ba35a951
Merge branch 'master' of github.com:libretro/RetroArch
2015-04-07 01:06:28 +02:00
twinaphex
becf52bcf4
(XDK) Update init function
2015-04-07 01:03:03 +02:00
Orkun Şensebat
85db635fbf
Made tests in override function more consistent
2015-04-07 00:51:47 +02:00
Orkun Şensebat
793080b0c1
Add log output in case no library loaded when trying to use override
2015-04-07 00:48:46 +02:00
twinaphex
78150259dc
(D3D) Simplify d3d_texture_blit
2015-04-07 00:46:46 +02:00
twinaphex
50348efc6a
Simplify d3d_lockrectangle_clear
2015-04-07 00:45:15 +02:00
Orkun Şensebat
5894da8759
First test if global is set before testing its members
2015-04-07 00:42:11 +02:00
twinaphex
c8767090fe
(D3D XDK) Move variables to xdk_renderchain
2015-04-07 00:34:07 +02:00
twinaphex
b41861a7a4
(XDK) Update
2015-04-07 00:27:47 +02:00
twinaphex
c319ebe531
(XDK) Take out more ifndef _XBOX ifdefs
2015-04-07 00:24:11 +02:00