Unknown W. Brackets
|
f55c81f096
|
Add some basic bounds checking for power freq sets.
|
2014-03-29 19:56:49 -07:00 |
|
Unknown W. Brackets
|
0af153efb4
|
Avoid a crash with a huge user memory font size.
Fixes tests.
|
2014-03-29 19:39:10 -07:00 |
|
sum2012
|
8c33284901
|
Fix sceUtilityScreenshotUpdate
Fix "After the developer/publisher screen and the age warning only a
black screen."
|
2014-03-30 09:29:11 +08:00 |
|
Unknown W. Brackets
|
7cde2311e0
|
Include sceKernelThread.h in less headers.
|
2014-03-29 17:02:41 -07:00 |
|
Unknown W. Brackets
|
a4327702f1
|
Reduce some includes under GPU/.
|
2014-03-29 16:51:38 -07:00 |
|
Henrik Rydgard
|
58237d976f
|
Fix performance issue in BlockCache due to an instance of std::vector in every block:
Avoid creating the vector when not necessary.
This was especially noticeable in debug mode.
|
2014-03-29 22:26:51 +01:00 |
|
kaienfr
|
a7e74c74a7
|
Cleanup SimpleAudioDec
and remove unused AudioCreate fonction, it can be down in the class constructor.
|
2014-03-29 19:38:14 +01:00 |
|
Henrik Rydgård
|
aac5bab242
|
Merge pull request #5745 from sum2012/scempegbase-2
Correct sceMpegbase_BEA18F91 parameter
|
2014-03-29 12:32:31 -04:00 |
|
Henrik Rydgård
|
717c1cd34e
|
Merge pull request #5748 from unknownbrackets/armjit-minor
armjit: Allow R1 in regalloc, use LR as temp
|
2014-03-29 04:09:58 -04:00 |
|
Henrik Rydgård
|
b49f2d50de
|
Merge pull request #5753 from unknownbrackets/vertexjit
Fix some color morph issues
|
2014-03-29 04:07:18 -04:00 |
|
Unknown W. Brackets
|
600842d9a2
|
armjit: Use prefixes on vscl's T arg.
Makes it pass one more thing in the prefixes test, but not sure exactly
how it operates. Better to have it the same as x86 and int anyway.
|
2014-03-29 01:00:29 -07:00 |
|
raven02
|
7577481d6e
|
Change it to ctx->bufferWrite %= ctx->mp3BufSize;
|
2014-03-29 12:37:33 +08:00 |
|
raven02
|
790c570e67
|
Fix crash and wrong mp3 playback in Downstream Panic ULUS10322
|
2014-03-29 12:16:57 +08:00 |
|
Unknown W. Brackets
|
5a89c17cf0
|
armjit: Allow R1 in regalloc, use LR as temp.
LR should be safe, although it may make stack traces not work within jit,
they don't really tend to work anyway.
|
2014-03-28 18:38:38 -07:00 |
|
sum2012
|
1b98db916d
|
Add more logging
|
2014-03-29 06:43:26 +08:00 |
|
sum2012
|
7caccdb955
|
Use @kaienfr suggestion
|
2014-03-29 01:49:32 +08:00 |
|
sum2012
|
20861a6d00
|
Correct sceMpegbase parameter
|
2014-03-29 01:17:37 +08:00 |
|
Henrik Rydgard
|
c53b8ed8bf
|
Clean up some details in sceAudioCodec.
|
2014-03-27 22:53:57 +01:00 |
|
kaienfr
|
779d90b8c5
|
Add DoState for sceAudiocodec
|
2014-03-27 15:17:54 +01:00 |
|
kaienfr
|
d4b9873872
|
Merge remote-tracking branch 'origin/master' into Support_Audios
|
2014-03-27 15:16:07 +01:00 |
|
sum2012
|
9b054de4e5
|
Add scempegbase stuff
Find in homebrew game
|
2014-03-27 00:51:07 +08:00 |
|
Unknown W. Brackets
|
58c5179d8e
|
Push and pop the callee saved NEON registers.
|
2014-03-25 22:34:42 -07:00 |
|
Unknown W. Brackets
|
2f5c6a5660
|
Fix VLDM/VSTM encoding for double/quad regs.
Duh, forgot to check Vd. Fixes #5723.
|
2014-03-25 22:08:20 -07:00 |
|
Sacha
|
c8ce5d62c5
|
Timer hack was running too fast.
|
2014-03-26 00:09:34 +10:00 |
|
Henrik Rydgård
|
382db79307
|
Merge pull request #5698 from raven02/patch-32
Do it inside inColon
|
2014-03-25 00:27:28 +01:00 |
|
Henrik Rydgard
|
2240cae3bf
|
Prevent overrunning the debug print overlay buffer
|
2014-03-24 11:41:18 +01:00 |
|
Unknown W. Brackets
|
893a719c4e
|
Fix a typo.
Not sure how this one happened...
|
2014-03-24 01:15:37 -07:00 |
|
Unknown W. Brackets
|
3b0924278c
|
Apply the volatile mem thread on the right thread.
Inside __KernelVolatileMemLock(), it applies also when unlocking when
waking another thread. This was causing the tests to hang and die.
|
2014-03-24 00:55:47 -07:00 |
|
Henrik Rydgård
|
108ebca595
|
Merge pull request #5706 from unknownbrackets/win-input
Poll controllers on a separate thread on Windows
|
2014-03-24 08:46:59 +01:00 |
|
Unknown W. Brackets
|
b641ced7e0
|
Poll controllers on a separate thread on Windows.
This means controllers will sample more than the game fps, and will work
whenever keyboards do.
|
2014-03-23 23:46:10 -07:00 |
|
Unknown W. Brackets
|
fc833adde0
|
Return an error for invalid savedata sizes.
May fix WALL-E according to:
http://forums.ppsspp.org/showthread.php?tid=434
|
2014-03-23 23:14:40 -07:00 |
|
Unknown W. Brackets
|
c0392e10be
|
Properly fail loading state when fonts don't match.
It should fail later anyway, but this will prevent crashes just in case.
|
2014-03-23 13:03:33 -07:00 |
|
Unknown W. Brackets
|
3a376a0cd9
|
Fix exists check in VFSFileSystem::GetFileInfo().
Only matters if it can't map the path / doesn't have the apk mapped (e.g.
as on headless right now.)
|
2014-03-23 13:01:52 -07:00 |
|
kaienfr
|
4de5e1b72f
|
Update MediaEngine.cpp
auto s = p.Section("MediaEngine", 1, 3);
if (s >= 3){
p.Do(m_audioType);
}
else{
m_audioType = PSP_CODEC_AT3PLUS;
}
|
2014-03-23 20:28:39 +01:00 |
|
kaienfr
|
0238258129
|
Update MediaEngine.cpp
Support both old and new savestate for mediaengin.cpp
|
2014-03-23 20:18:27 +01:00 |
|
kaienfr
|
88f6f0e4af
|
Update MediaEngine.cpp
fix new feature in MediaEngine.cpp
|
2014-03-23 20:07:21 +01:00 |
|
kaienfr
|
b18252b2b5
|
Support audio playing (AT3, AT3+, Mp3, AAC)
|
2014-03-23 19:45:08 +01:00 |
|
Unknown W. Brackets
|
542d04a96f
|
Add support in sceKernelPrintf for %p.
|
2014-03-23 08:14:50 -07:00 |
|
raven02
|
9b272cfc68
|
Do it inside inColon
|
2014-03-23 22:37:43 +08:00 |
|
Henrik Rydgård
|
66bf54ec4a
|
Merge pull request #5694 from sum2012/patch-10
Fix disc0:/ vs. disc0: in path parsing
|
2014-03-23 10:09:50 +01:00 |
|
Henrik Rydgard
|
efa7ba5570
|
Set both Default-NAN and FZ on ARM. See comments.
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0274h/Babffifj.html
|
2014-03-23 10:07:20 +01:00 |
|
sum2012
|
c208b17a75
|
Change to comment
|
2014-03-23 16:48:32 +08:00 |
|
sum2012
|
48b07d46bf
|
Remove entire block again
|
2014-03-23 12:15:23 +08:00 |
|
sum2012
|
0694e91fab
|
Remove entire block
|
2014-03-23 11:19:37 +08:00 |
|
sum2012
|
ba88be9172
|
Fix disc0:/ vs. disc0: in path parsing
Fix Hot Pixel loading
|
2014-03-23 11:04:06 +08:00 |
|
Unknown W. Brackets
|
246eaeb209
|
x86jit: Avoid mem temp for float cmp/loads.
|
2014-03-22 15:56:28 -07:00 |
|
Unknown W. Brackets
|
b53143bb33
|
Revert "armjit: Skip an AND for rotate shifts."
This reverts commit ab2dd54ade.
Even though the docs say it's safe but apparently not always.
|
2014-03-22 15:54:48 -07:00 |
|
Henrik Rydgård
|
0b3f1e4a5b
|
Merge pull request #5621 from chinhodado/patch-2
Avoid using an invalidated iterator
|
2014-03-22 16:17:13 +01:00 |
|
 Yifan LuandHenrik Rydgård
|
c5336d5817
|
Added printing of game save key to debug log when loading/saving
|
2014-03-22 16:13:30 +01:00 |
|
Henrik Rydgård
|
98165b599f
|
Merge pull request #5653 from unknownbrackets/armjit-minor
Minor armjit optimizations, fix B/BL encoding
|
2014-03-22 16:05:59 +01:00 |
|