44103 Commits

Author SHA1 Message Date
twinaphex
8686c5e037 (HLSL) Use HLSLVertex everywhere in the file 2018-05-17 02:18:57 +02:00
twinaphex
91fc81e76a (D3D9 HLSL) Prevents crash with game frame 2018-05-17 02:17:47 +02:00
twinaphex
62a2af1848 (HLSL) Update set_vertices 2018-05-17 02:16:19 +02:00
twinaphex
a999bff175 Cleanups 2018-05-17 02:07:15 +02:00
twinaphex
47551cec84 (HLSL) set_vertices - more work 2018-05-17 02:01:32 +02:00
Twinaphex
bc0185c313
Merge pull request #6782 from meepingsnesroms/master
Make 3DS launch cores like a normal system
2018-05-17 01:34:48 +02:00
meepingsnesroms
1bd25a6f12 Fix pointer type 2018-05-16 16:28:32 -07:00
meepingsnesroms
ce0d8bb5e0 Remove quote parsing 2018-05-16 16:26:38 -07:00
meepingsnesroms
8617690499 Fix tab where spaces should be 2018-05-16 10:41:25 -07:00
twinaphex
47f3855e1b Cleanups 2018-05-16 16:06:00 +02:00
twinaphex
4b5ea2877e Cleanups 2018-05-16 16:03:22 +02:00
twinaphex
efbfe85da4 Cleanups 2018-05-16 15:58:46 +02:00
twinaphex
3aba080434 Integrate HLSL code into d3d9_hlsl_renderchain.c 2018-05-16 15:52:11 +02:00
Twinaphex
1e44b4f9e7
Merge pull request #6784 from Tatsuya79/patch-9
call input_remapping_set_defaults before loading a new remap
2018-05-16 14:53:12 +02:00
Tatsuya79
dd3c9dd838
call input_remapping_set_defaults before loading a new remap 2018-05-16 13:30:57 +02:00
meepingsnesroms
9e51d41fea Fix last null terminator not being added to cia argv 2018-05-15 18:11:47 -07:00
meepingsnesroms
756db4f264 Fix broken path handling when launching a core with a file or with spaces 2018-05-15 11:46:13 -07:00
meepingsnesroms
052de6bcd2 3ds now has proper core launching 2018-05-15 10:30:34 -07:00
twinaphex
2d540264e8 Start hooking up set_shader_mvp function 2018-05-15 06:02:10 +02:00
twinaphex
6afd100d2f (D3D9 HLSL) Add calc_and_set_shader_mvp 2018-05-15 05:53:15 +02:00
twinaphex
52fcdd183a (HLSL) Add more functions 2018-05-14 23:14:26 +02:00
twinaphex
5cba3f0b25 (D3D) Updates 2018-05-14 22:24:02 +02:00
twinaphex
9e63b108ae Cleanups 2018-05-14 22:20:26 +02:00
twinaphex
8361922034 Cleanup 2018-05-14 22:07:07 +02:00
twinaphex
c0cd08fa11 Cleanups 2018-05-14 22:01:21 +02:00
twinaphex
4e572d6f87 Simplify calc_and_set_shader_mvp 2018-05-14 21:54:28 +02:00
twinaphex
e1368a9209 (Cg D3D9) Buildfix 2018-05-14 21:42:14 +02:00
twinaphex
39f45a17d2 create d3d9_convert_geometry 2018-05-14 21:32:14 +02:00
twinaphex
c941b4e922 Update D3D9 HLSL code 2018-05-14 21:26:52 +02:00
twinaphex
f37f8a1076 (HLSL renderchain) Refactor code 2018-05-14 21:10:14 +02:00
twinaphex
dc61c08006 Cleanups 2018-05-14 20:50:02 +02:00
twinaphex
15f2cde260 (HLSL) Start adding renderchain code 2018-05-14 20:42:28 +02:00
twinaphex
111aeb46b3 Make blit_texture a generic function used by both Cg and HLSL
renderchains
2018-05-14 19:11:45 +02:00
twinaphex
c1d949b017 Rename pass_vector_list to cg_pass_vector_list 2018-05-14 18:48:47 +02:00
twinaphex
8a607e72af (D3D9 Cg) Cleanups 2018-05-14 18:46:06 +02:00
twinaphex
e646366fd4 Cleanups 2018-05-14 18:42:53 +02:00
twinaphex
e8ae1e324f Cleanups 2018-05-14 18:40:36 +02:00
twinaphex
7a9bfa52b0 Add comments 2018-05-14 17:51:50 +02:00
Twinaphex
fd4aca1654
Merge pull request #6779 from fr500/overrides
blacklist some settings from overrides
2018-05-14 17:50:15 +02:00
twinaphex
e9054159ec Remove set_font_rect callback 2018-05-14 16:57:34 +02:00
radius
ecedf8b995 blacklist some settings from overrides 2018-05-13 23:58:55 -05:00
twinaphex
bf3122329b (D3D9) Buildfixes 2018-05-14 06:37:01 +02:00
twinaphex
232d3f4d92 Take out add_state_tracker function callback for D3D9 renderchain 2018-05-14 06:33:51 +02:00
Twinaphex
dad1e9e52a
Merge pull request #6775 from fr500/overrides
WIP: override, presets & remap improvements
2018-05-14 06:23:10 +02:00
twinaphex
e5ec7d0fda (Menu) Cut down on some code duplication 2018-05-14 06:18:57 +02:00
radius
f81ea09f20 add saving, deletion options for per-dir remaps 2018-05-13 23:17:44 -05:00
radius
0a0365e49a add menu entries 2018-05-13 22:33:06 -05:00
twinaphex
94955eb3b5 (D3D8) Do less casting 2018-05-14 05:14:26 +02:00
twinaphex
2c5112f3ac Cleanups 2018-05-14 05:07:12 +02:00
radius
16c33b4f42 add remap saving, add new variables 2018-05-13 22:05:19 -05:00