Commit Graph

3591 Commits

Author SHA1 Message Date
raven02
fcba4d4df1 Simply and initialize lightscale%i/angle%i/distance%i 2013-04-11 21:49:44 +08:00
raven02
7be4ce1d86 Match SW T&L with hardware 2013-04-11 21:47:34 +08:00
Henrik Rydgård
182b95f187 Merge pull request #1254 from raven02/patch-8
Put turbo button linear next to start button
2013-04-11 04:38:40 -07:00
raven02
bb91d5e15e Put turbo key next to start 2013-04-11 19:28:12 +08:00
Unknown W. Brackets
4efe58ad34 Oops, remove debugging line. 2013-04-11 00:52:37 -07:00
Henrik Rydgård
b5b13c6ab5 Merge pull request #1251 from unknownbrackets/module-minor
Cleanup sceKernelGetModuleIdByAddress()
2013-04-11 00:45:42 -07:00
Henrik Rydgård
61e1e2a7b1 Merge pull request #1250 from unknownbrackets/log-minor
Minor logging changes + more reporting
2013-04-11 00:41:17 -07:00
Henrik Rydgård
63d408cd77 Merge pull request #1252 from unknownbrackets/headless
Fix headless GPU tests + x64
2013-04-11 00:38:19 -07:00
Unknown W. Brackets
b7bdaf603e Set more options to match the defaults.
We should really test the defaults, no?
2013-04-10 22:17:43 -07:00
Sacha
1e25452eea Buildfix for Blackberry
Did not have nullptr defined.
rint was already defined from cmath, in std namespace.
2013-04-11 15:16:45 +10:00
Sacha
d789b2da36 Qt has these in-built. No need for VFS. 2013-04-11 15:14:44 +10:00
Unknown W. Brackets
de3f4d03ba Update WindowsHeadlessHost to fix graphic tests.
Although I'm not sure if they actually work...
2013-04-10 22:07:57 -07:00
Unknown W. Brackets
ab37f6e760 Set a fixed base address in headless Windows.
This matches and makes x64 not crash with errors.
2013-04-10 21:31:07 -07:00
Unknown W. Brackets
5aceceecd3 Remove global module id var hacks.
Nothing needs them anymore.
2013-04-10 21:16:31 -07:00
Unknown W. Brackets
acac847af2 Cleanup sceKernelGetModuleIdByAddress().
Actual firmware seems to accept any address in the range, and also
correct the error result.

Now people won't think this is broken anymore.
2013-04-10 21:03:43 -07:00
Unknown W. Brackets
b34f937d0c Don't warn sceUtility*Status() wrong dialog type.
Games do this on real firmware, and it's a lot of noise.
2013-04-10 19:19:00 -07:00
Henrik Rydgård
6772efbb1a Merge pull request #1244 from raven02/patch-6
Experimental add turbo key for Android
2013-04-10 07:35:34 -07:00
raven02
1fa12054b8 Positional fix 2013-04-10 22:24:10 +08:00
raven02
fee4927055 Cosmetic fix to menu screen 2013-04-10 21:16:33 +08:00
raven02
36f8e70773 Experimental add turbo key for Android 2013-04-10 21:14:25 +08:00
Unknown W. Brackets
ff8c128d20 Trim the newline at the end of stdout output.
Makes the log a bit easier to read.
2013-04-09 23:26:27 -07:00
Unknown W. Brackets
1f1560a9d6 Don't mark sceKernelExitThread() as an error.
Also, add some reporting and make the sceKernelCreateThread log message
shorter.
2013-04-09 23:23:10 -07:00
Henrik Rydgard
be755cb253 Let touch controls work even if they are not displayed, some people like this. 2013-04-10 00:59:52 +02:00
Henrik Rydgard
d46812a49f Implement pullrq #1240 better, I think. 2013-04-10 00:06:29 +02:00
Henrik Rydgard
aa8c1afc2e Revert to JPCSP's jpn0.pgf font. Should've checked the last one more carefully. 2013-04-09 23:55:27 +02:00
Henrik Rydgård
95981d4de8 Merge pull request #1239 from cinaera/spotlight
Add support for spotlights
2013-04-09 10:52:45 -07:00
BeaR
fa3a1fbd52 Add support for spotlights 2013-04-09 18:26:06 +02:00
Henrik Rydgård
cf5f049abd Merge pull request #1238 from unknownbrackets/atrac-fix
Fix params for sceAtracSetHalfwayBufferAndGetID()
2013-04-09 08:33:53 -07:00
Unknown W. Brackets
901fa960ab Fix params for sceAtracSetHalfwayBufferAndGetID(). 2013-04-09 08:22:01 -07:00
Henrik Rydgård
4e4399fec5 Merge pull request #1237 from raven02/patch-4
HW T&L : clamp lightscale
2013-04-09 06:04:31 -07:00
raven02
07a36f2384 HW T&L : clamp lightscale 2013-04-09 20:42:40 +08:00
Henrik Rydgård
be5af6831e Merge pull request #1235 from unknownbrackets/texcache
Allocate the temp texcache buffers dynamically
2013-04-09 04:10:55 -07:00
Unknown W. Brackets
6cbd1b5205 Fix typo, add back state to savestate. 2013-04-09 02:18:09 -07:00
Unknown W. Brackets
74dbd2b44c Use AllocateMemoryPages() for the texcache buffers. 2013-04-09 01:59:47 -07:00
Unknown W. Brackets
de79941ef4 Allow the tex buffers to grow if necessary.
Only does the 16 bit one for now.

Tactics Ogre uses a texture that is 1024x1024.  Ouch.
2013-04-09 01:59:33 -07:00
Henrik Rydgård
96d5fdcabb Merge pull request #1232 from cinaera/integerdraw
Change texture even on clearmode
2013-04-09 01:42:56 -07:00
Henrik Rydgård
51d13e526f Merge pull request #1233 from unknownbrackets/dlist-cycles
Block dlist execution while in virtual progress
2013-04-09 01:22:00 -07:00
Henrik Rydgård
3c0bb3caa9 Merge pull request #1234 from raven02/patch-3
Ignore MIPS break error
2013-04-09 01:21:05 -07:00
raven02
39c3cf8744 Ignore MIPS break error 2013-04-09 16:13:24 +08:00
Unknown W. Brackets
957394258c Block dlist execution while in virtual progress.
Fixes #1224.

Also, fix drawsync late by a GPU cycle, so interrupts line up.
It would break at least Ys Seven without that.
2013-04-09 00:56:50 -07:00
BeaR
3cc7d99143 Change texture even on clearmode 2013-04-09 09:50:57 +02:00
Unknown W. Brackets
218c891eef Merge pull request #1227 from raven02/patch-3
Improve several functions in sceKernelVtimer
2013-04-09 00:31:56 -07:00
Henrik Rydgård
fb52eea40a Merge pull request #1226 from VIRGINKLM/master
Greek Translation Cleanup
2013-04-09 00:25:10 -07:00
Unknown W. Brackets
12f4bf3664 Buildfix for Linux. 2013-04-09 00:05:05 -07:00
Unknown W. Brackets
f5642f11af Buildfix. 2013-04-08 23:01:54 -07:00
raven02
d77e0054d5 Improve few functions in sceKernelVtimer 2013-04-09 08:32:13 +08:00
Klimis Ioannidis
6bcb32daf9 Greek Translation Cleanup
Remove obsolete functions lines.
2013-04-09 03:04:34 +03:00
Henrik Rydgard
8b6eea7df4 Load icon and bg from PBP files. 2013-04-08 21:46:54 +02:00
Henrik Rydgard
82aa605b36 Add back shadows to FPS counter and debug text. Warning fixes. 2013-04-08 20:59:45 +02:00
Henrik Rydgård
6ec7d237e8 Merge pull request #1222 from unknownbrackets/gpu-fix
Correct dest stride on GPU block transfer
2013-04-08 11:01:04 -07:00