Commit Graph

599 Commits

Author SHA1 Message Date
twinaphex
0f1b8f979b Cleanups 2015-07-23 20:03:21 +02:00
Twinaphex
c8d581c2ec Merge pull request #11 from netux79/master
Fix for issue #9 which was causing Wii/NGC version to fail loading…
2015-07-05 17:34:31 +02:00
Jose Ernesto Ramirez Ramirez
0323e25c7d Fix for issue #9 which was causing Wii/NGC version to fail loading any .cue sheet games containing ogg files.
Please proceed to close # 9 issue.
2015-07-05 10:06:45 -05:00
twinaphex
3567dee867 We rely on QNX Makefile target 2015-03-10 20:58:08 +01:00
Twinaphex
c408c6478d Merge pull request #10 from iKarith/master
Don't use xcrun for setting IOSSDK
2015-03-10 11:36:45 +01:00
T. Joseph Carter
7a5312b06a Don't use xcrun for setting IOSSDK 2015-03-10 01:52:51 -07:00
Alcaro
6f5a52d981 Update thread.h 2015-01-04 12:38:31 +01:00
Alcaro
8c87534281 Update msvc-2010-360.vcxproj 2015-01-04 12:30:18 +01:00
twinaphex
0a38928702 Implement input descriptors 2014-12-04 17:20:00 +01:00
twinaphex
a26abf3988 Minor cleanups 2014-11-01 05:06:56 +01:00
twinaphex
bef70147f7 Update Makefile 2014-10-23 09:50:37 +02:00
Alcaro
530cfd1f2b Update libretro.h 2014-09-22 22:20:18 +00:00
Twinaphex
24f71aadae Merge pull request #7 from heuripedes/master
Skip uneeded scanlines (fixes #6)
2014-09-15 04:58:57 +02:00
Higor Eurípedes
5bf15fb018 Skip uneeded scanlines (fixes #6) 2014-09-14 23:54:15 -03:00
Twinaphex
4452587b94 Update libretro.cpp
Set volume to 100 by default
2014-08-17 17:51:25 +02:00
twinaphex
bbc4d0feb8 Selectively merge only relevant update from 0.9.36.2 - rest were
Supergrafx changes - see separate repo for that
2014-06-27 01:43:32 +02:00
twinaphex
5f087fd13f Update state.cpp 2014-06-27 00:04:42 +02:00
twinaphex
4904857524 Should fix mempatcher-driver.h 2014-06-26 23:50:49 +02:00
twinaphex
7b18247362 Update thread.h 2014-06-26 23:48:15 +02:00
Twinaphex
a90686593b (MSVC 2010) Fix solutions 2014-06-25 18:15:21 -07:00
twinaphex
5e7341edfe Change label for pce_last_scanline 2014-06-25 20:53:52 +02:00
twinaphex
f013283755 Rename variables 2014-06-25 20:16:22 +02:00
twinaphex
3caaf33553 Added initial/last scanline core options 2014-06-25 20:03:28 +02:00
twinaphex
643640c5ac Set slstart at 0 and slend at 242 2014-06-25 19:45:12 +02:00
twinaphex
ccc649994b MSVC 2003 build compiles again 2014-06-25 01:57:10 +02:00
twinaphex
4989ce55f9 Preliminary MSVC 2003 fixes 2014-06-25 01:24:37 +02:00
twinaphex
d5fd2cf026 Update 2014-06-24 01:27:35 +02:00
twinaphex
79a9c77108 Fix PS3 build 2014-06-23 23:02:41 +02:00
Twinaphex
4399305516 Merge pull request #4 from Nukotan/patch
Fix for games played stay unzipped
2014-06-23 17:03:53 +02:00
Nukotan
cb1766da10 Fix for games played stay unzipped 2014-06-23 23:33:56 +09:00
twinaphex
edf8c9e4d5 Take out unused scond_wait_timeout 2014-06-23 15:55:25 +02:00
twinaphex
6907bd0c87 Bump up version 2014-06-23 14:52:11 +02:00
twinaphex
dd93bad3f7 Set performance level to level 5 2014-06-23 03:12:05 +02:00
Twinaphex
5fba762a1e Merge pull request #3 from aliaspider/master
store converted colors directly in color_table_cache
2014-06-23 01:53:47 +02:00
aliaspider
303e74a888 color_table_cache now contains converted RGB5650 colors 2014-06-23 00:44:32 +01:00
aliaspider
5babd717f2 small optimizations to FixPCache and MixBGSPR
bypass MAKECOLOR_PCE for PSP, will be implemented in hardware later.
2014-06-22 23:49:10 +01:00
Twinaphex
4f4de88a68 Merge pull request #2 from aliaspider/master
fix PSP build
2014-06-22 23:28:13 +02:00
aliaspider
0ecefedbf6 fix PSP build 2014-06-22 21:07:16 +01:00
twinaphex
bd06369f0b Backport Mednafen 0.9.34.1 multithreaded CD reading condvar
improvements
2014-06-22 21:58:50 +02:00
twinaphex
96d9964efc Revert "Remove color_table_cache - SuperGrafx is its own core now"
This reverts commit 33589c86d1.
2014-06-22 21:15:57 +02:00
twinaphex
22daa3009d Revert "Get rid of color_table_cache member as well"
This reverts commit 9c47003f41.
2014-06-22 21:06:52 +02:00
twinaphex
30cae5b534 clamp.h not needed for this core 2014-06-22 20:37:18 +02:00
twinaphex
a1ea920cf8 Further refinement of DrawOverscan 2014-06-22 19:50:35 +02:00
twinaphex
ea21e0f53b Rewrite DrawOverscan 2014-06-22 19:49:02 +02:00
twinaphex
9c47003f41 Get rid of color_table_cache member as well 2014-06-22 19:03:44 +02:00
twinaphex
33589c86d1 Remove color_table_cache - SuperGrafx is its own core now 2014-06-22 19:01:43 +02:00
twinaphex
3db13f0b4c Take out _Preset postfix 2014-06-22 18:51:59 +02:00
twinaphex
bf1ba38c2a line_buffer can go too - is SuperGrafx-only 2014-06-22 06:56:55 +02:00
twinaphex
b428783553 Optimize DrawOverscan 2014-06-22 06:52:22 +02:00
twinaphex
1e69a4011b Optimize DrawBG 2014-06-22 06:44:02 +02:00