Commit Graph

3443 Commits

Author SHA1 Message Date
JimLee168
e686ef46b8 Added sceZlibDecompress and VS2010 build fix
Fixes ULUS10121 Bomberman
2013-04-05 13:26:54 +08:00
Henrik Rydgård
2a218d7089 Merge pull request #1178 from niepodam/gcc480
Fix build with gcc 4.8.0
2013-04-04 12:29:37 -07:00
niepodam
94c2f0cd9d Fix build with gcc 4.8.0 2013-04-04 19:16:15 +02:00
Henrik Rydgård
c1963c5274 Merge pull request #1175 from raven02/patch-6
Gundam vs gundam NP OSK saving fix
2013-04-04 03:57:28 -07:00
raven02
b8b34d76b3 Gundam vs gundam NP encounter limit = 0 2013-04-04 17:57:05 +08:00
Henrik Rydgård
f75db49faf Merge pull request #1174 from unknownbrackets/dlist-parts
More of Orphis' dlist rewrite (continue/break, status, errors)
2013-04-04 01:03:11 -07:00
Unknown W. Brackets
7738b42b9c Implement sceGeBreak()/sceGeContinue(). 2013-04-04 00:36:43 -07:00
Sacha
d5bb7e127c More fixes for Qt. Get games to launch (but black screen). 2013-04-04 17:29:58 +10:00
Unknown W. Brackets
566b88bd63 Don't actually run sceGeListEnqueueHead right away. 2013-04-04 00:11:15 -07:00
Unknown W. Brackets
5336ae814d Return more correct values in sceGeDrawSync(). 2013-04-03 23:31:01 -07:00
Unknown W. Brackets
74441fdc07 Handle displaylist state more like the PSP.
All these changes from Orphis' hard work.  Things still looking good.
2013-04-03 23:05:54 -07:00
Sacha
9e5b512edb Get Qt running and aware of UIState. Update native. 2013-04-04 11:58:10 +10:00
Unknown W. Brackets
15cb005a60 Always trigger FINISH and SIGNAL from END. 2013-04-03 08:16:43 -07:00
Unknown W. Brackets
cd246d27c3 Count cycles in the GPU, rough guess at timing.
Doesn't actually do anything yet with the count, though.
2013-04-03 08:10:58 -07:00
Unknown W. Brackets
514bf93bf9 Don't trigger an interrupt when cb = -1. 2013-04-03 08:09:34 -07:00
Henrik Rydgård
987556b23e Merge pull request #1167 from raven02/patch-4
Set min/mag filter to GL_LINEAR when disable mipmapping
2013-04-03 02:05:30 -07:00
raven02
fe5c3d778c Set min/mag filter to GL_LINEAR when disable mipmapping 2013-04-03 16:43:09 +08:00
Unknown W. Brackets
5bb006391c Android buildfix. 2013-04-03 00:57:08 -07:00
Henrik Rydgård
b85810a3d5 Merge pull request #1166 from unknownbrackets/perf-fix
Clean up restricted ISO reading
2013-04-03 00:24:52 -07:00
Unknown W. Brackets
bfaf9d0d6d Clean up restricted ISO reading. 2013-04-03 00:18:51 -07:00
Henrik Rydgård
c3a801944a Merge pull request #1165 from unknownbrackets/hle-delay
Don't delay results when dispatch is disabled
2013-04-03 00:09:03 -07:00
Unknown W. Brackets
ba264b1df3 Don't delay results when dispatch is disabled.
Wait won't work so the CoreTiming event will just cause havoc.
2013-04-03 00:04:17 -07:00
Henrik Rydgård
22a8d9c3ce Merge pull request #1162 from raven02/patch-3
Add option to toggle mipmapping for Android, default false
2013-04-02 23:03:24 -07:00
Henrik Rydgård
26bc7be028 Merge pull request #1163 from unknownbrackets/mac10.6
Mac OS X 10.6 support
2013-04-02 23:02:36 -07:00
Henrik Rydgård
390c0b4934 Merge pull request #1161 from raven02/patch-2
Fix in-game flickering in Dissidia Final Fantasy
2013-04-02 23:02:02 -07:00
raven02
87e24ea938 Add option to toggle mipmapping , default false 2013-04-03 07:38:13 +08:00
raven02
71ede82f6d Fix in-game flickering in Dissidia Final Fantasy 2013-04-03 06:36:37 +08:00
Unknown W. Brackets
a31907dc70 OS X: Workaround weird problem in OS X 10.6 with defines.
Apparently !defined(__MAC_10_6) doesn't work?
2013-04-02 07:37:52 -07:00
Unknown W. Brackets
1cfe152225 OS X: Look for assets/ in prog dir (from vit9696.) 2013-04-02 07:37:18 -07:00
Unknown W. Brackets
23224f1c1d OS X: Fix build on Mac OS X 10.6 (from vit9696.) 2013-04-02 07:37:18 -07:00
Unknown W. Brackets
44b22bc6ff Fix shader compilation error. 2013-04-02 07:26:36 -07:00
Henrik Rydgård
3cec5f1fb4 Merge pull request #1154 from cinaera/lightning
Some changes on T&L (shade mapping)
2013-04-02 07:00:55 -07:00
BeaR
b3aa63f64f Modifying shade mapping in HW and SW 2013-04-02 12:24:22 +02:00
BeaR
da1b345cd4 HW T&L: Change unlitcolor initialization and cleanup fragmentshader formatting 2013-04-02 12:24:22 +02:00
Henrik Rydgård
f25735aa93 Merge pull request #1152 from CrazyMax/win-input
fix XInput issue introduced in d82b09b087
2013-04-01 11:23:25 -07:00
Henrik Rydgård
28b38ab9b6 Merge pull request #1150 from unknownbrackets/mpeg-fix
Reset video pts when registering new streams
2013-04-01 11:18:30 -07:00
CrazyMax
0f5c7f2b31 fix XInput issue introduced in d82b09b087 2013-04-01 21:16:23 +03:00
Henrik Rydgard
09d1f3c1fa win: Fix X360 button problems by skipping DInput if there's a 360 pad available. 2013-04-01 20:15:16 +02:00
Unknown W. Brackets
b80a3e83c3 Reset video pts when registering new streams. 2013-04-01 07:56:43 -07:00
Henrik Rydgård
e95b43a12d Merge pull request #1149 from xsacha/master
Buildfix for Qt
2013-04-01 06:28:26 -07:00
Sacha
bad4994921 Buildfix for Qt. Gets Qt compiling again but not working yet. Hasn't compiled in a days now so I thought this was worthwhile. 2013-04-01 22:45:27 +10:00
Henrik Rydgard
8aee82535b Read both pic0 and pic1 and draw them on the pause screen. 2013-04-01 12:35:02 +02:00
Henrik Rydgård
9472de580d Merge pull request #1147 from unknownbrackets/dlist-parts
Displaylist rewrite partial changes
2013-04-01 00:31:19 -07:00
Unknown W. Brackets
9aabf35857 Buildfix - copy/paste error. Fixes #1148. 2013-04-01 00:28:40 -07:00
Unknown W. Brackets
ec009bc299 Cleanup a few GPU error codes. 2013-03-31 23:57:03 -07:00
Unknown W. Brackets
b8e4c72f04 Maintain the stack per displaylist, not globally. 2013-03-31 23:57:03 -07:00
Unknown W. Brackets
affe91cb3b Refactor some GPU methods to return errors. 2013-03-31 23:57:03 -07:00
Unknown W. Brackets
0f15a5eae6 Move the pc-management cmds to GPUCommon. 2013-03-31 23:57:02 -07:00
Unknown W. Brackets
417ce893dc Darn, sorry, missed a typo. 2013-03-31 23:56:21 -07:00
Unknown W. Brackets
eeafcaff52 Typo in restricted ISO reading. 2013-03-31 23:50:10 -07:00