Commit Graph
11573 Commits
Author SHA1 Message Date
oioitff 828b5a0be8 Implement pcm voices for sasaudio.
Tested with NPJH 50569: Ore no Imouto2.
2013-04-13 18:58:13 +08:00
oioitff 4bae30095b Audio format should be set here. 2013-04-13 17:57:09 +08:00
Henrik Rydgård d92dbf8f6d Merge pull request #1268 from unknownbrackets/savestates
Bump savestate version, add better error checking
2013-04-13 02:09:12 -07:00
Henrik Rydgård 58f8b8c7a1 Merge pull request #1266 from unknownbrackets/armjit-minor
Updates to ArmEmitter from Dolphin
2013-04-13 02:08:09 -07:00
Henrik Rydgård 55d0f4f1a6 Merge pull request #1267 from unknownbrackets/sleep-fix
Fix sceKernelWakeupThread when called twice
2013-04-13 02:07:12 -07:00
Unknown W. Brackets fe97fd6fc5 Add better savestate error handling.
Aborts when it can't load.
2013-04-13 01:39:17 -07:00
Unknown W. Brackets 117ffaeb60 Include the git version in savestates.
This way we can provide better warnings when it fails to load.
2013-04-13 01:13:28 -07:00
Unknown W. Brackets b03b88b7ed Fix small reporting typo. 2013-04-13 00:36:32 -07:00
Unknown W. Brackets 0ad9658eb2 Increment wakeupCount when a thread is pending.
It might've been woken up but just not run yet.  That doesn't mean
it should not have wakeupCount incremented.

Fixes Tales of Eternia freezing before world map.
2013-04-13 00:35:24 -07:00
raven02 25ab9292e4 Improve sound smoothness on Android 2013-04-12 14:03:51 -07:00
Henrik Rydgård d586d7ddd2 Merge pull request #1262 from unknownbrackets/dlist-cycles
Fix incorrect GPU timing with signal jumps
2013-04-12 11:28:18 -07:00
Sonicadvance1andUnknown W. Brackets cd9b49acfd Updates to ArmEmitter from Dolphin. 2013-04-12 10:14:18 -07:00
raven02 da738957c2 Improve Analyze()/ GetNextSample() / GetSoundSample() / SetLoopNum() in sceAtrac 2013-04-13 00:49:22 +08:00
Unknown W. Brackets e45bd32c61 Fix incorrect GPU timing with signal jumps. 2013-04-12 08:57:30 -07:00
Henrik Rydgård 7e657e8f78 Merge pull request #1261 from unknownbrackets/fbo-flicker
Fix FBO decimation in a cleaner way
2013-04-12 07:53:36 -07:00
Unknown W. Brackets e7f0bf71bf Don't go decimate happy on FBOs if a game reuses.
Some games, e.g. games that render at < 60fps, reuse FBOs.
This was making all three pointers the same, making us more likely
to decimate things when we ought not to.
2013-04-12 07:09:45 -07:00
Unknown W. Brackets c4a6224506 Don't decimate FBOs if none were used.
Not sure why this is happening, but fixes #1260.
2013-04-12 07:00:59 -07:00
Henrik Rydgård bbb059f8c4 Merge pull request #1259 from raven02/patch-9
Add readSize > halfBufferSize for sceAtracSetHalfwayBufferAndGetID
2013-04-12 00:18:41 -07:00
raven02 746b866129 Add readSize > halfBufferSize for sceAtracSetHalfwayBufferAndGetID 2013-04-12 09:54:10 +08:00
Henrik Rydgard 21fcf7b984 Fix the 2XSSAA hack on startup 2013-04-11 21:05:32 +02:00
Sacha e44a00dc8f Harmattan: add app launcher, icon, fix fonts. 2013-04-12 04:02:29 +10:00
Sacha 4164e81de0 Update Readme. Update native. Don't use Qt file dialog on Harmattan (it isn't themed). 2013-04-12 02:58:58 +10:00
Henrik Rydgård 93c9414664 Merge pull request #1256 from raven02/patch-8
Match SW spotlight with hardware
2013-04-11 08:38:29 -07:00
raven02 16d4f2e318 Mipmapping default true for Android/iOS , false for Desktop 2013-04-11 23:05:48 +08:00
Sacha 97221ad2a5 Build fix for Harmattan/N9 2013-04-12 00:23:51 +10:00
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