Commit Graph
14759 Commits
Author SHA1 Message Date
Henrik Rydgard d2b874436d Merge branch 'jpeg' of https://github.com/CPkmn/ppsspp into CPkmn-jpeg 2013-07-05 00:09:29 +02:00
CPkmn b901e40361 Oops, comment about RGB was cut off early 2013-07-04 14:58:19 -07:00
CPkmn 17493f3c4e Update FunctionWrappers.h 2013-07-04 14:51:51 -07:00
CPkmn 7ae259627d Remove NanoJpeg, and add arguments for known functions 2013-07-04 14:51:32 -07:00
CPkmn ba7860927e *nix include fix 2013-07-04 12:56:20 -07:00
CPkmn a0379d5ac8 Update FunctionWrappers.h 2013-07-04 03:00:22 -07:00
CPkmn e1d3b69a78 Update sceJpeg.cpp 2013-07-04 02:55:06 -07:00
Unknown W. Brackets f51a675944 Merge pull request #2614 from unknownbrackets/scheduling
Fix wrong thread id when resuming after interrupt.
2013-07-04 02:07:32 -07:00
Unknown W. Brackets a1e69d1c4f Fix wrong thread id when resuming after interrupt.
Who knows what kind of havoc this was causing.
2013-07-04 02:04:06 -07:00
The Dax ab8c1f5b5f Fix multiple compilation issues for all platforms. 2013-07-03 14:37:31 -04:00
raven02 d28dbffe68 Fix uninitialized variable in PSPMsgDialog 2013-07-03 08:13:16 +08:00
Lioncash ea830774c8 Fix a missing 'break' in a date formatting switch statement in PSPSaveDialog.cpp. 2013-07-02 16:28:34 -04:00
Henrik Rydgård 6be808466a Merge pull request #2584 from Kingcom/Debugger
Breakpoint window
2013-07-02 12:07:22 -07:00
Henrik Rydgård 6c3f63b5bd Merge pull request #2586 from raven02/patch-6
Add bit more logging for mono/stereo atrac3/3+ audio
2013-07-02 11:31:10 -07:00
Henrik Rydgård 812b3f8bf7 Merge pull request #2582 from oioitff/mpeg-fix
Try to open MediaEngine as a real PSP.
2013-07-02 11:28:22 -07:00
Kingcom 2521a88207 Use ChangeBreakPointAddCond function 2013-07-02 17:43:34 +02:00
arnastia 796800adfd CPUConvert is now FramebuffersCPUConvert; allocated memory addressed by fb_address is now used in packing code for both OpenGL and OpenGL ES; some code cleanup, most of it pixel format conversion code. 2013-07-02 14:08:59 +01:00
Kingcom c41b08f9e2 Add expression parser to breakpoints 2013-07-02 11:51:29 +02:00
oioitff 97c6b96408 Remove IsAudioEnd(), use IsNoAudioData() instead. 2013-07-02 17:20:46 +08:00
raven02 80d8e9dbfa Add bit more logging for mono/stereo atrac3/3+ audio 2013-07-02 16:06:31 +08:00
arnastia 7824f3c09f Merge remote-tracking branch 'upstream/master' 2013-07-01 18:59:44 +01:00
oioitff 9c11d0542c Do savestate for mpegheader. 2013-07-02 01:26:31 +08:00
oioitff e503ed15ec Try to open MediaEngine as a real PSP. 2013-07-02 01:04:19 +08:00
Henrik Rydgård c28109dfa0 Merge pull request #2576 from Kingcom/master
Expression parser update
2013-07-01 08:23:42 -07:00
Henrik Rydgård c5afb87dd4 Merge pull request #2559 from raven02/patch-3
Add fake glowing effect to save icon and use 'NEW DATA' as real PSP does
2013-07-01 08:01:49 -07:00
Henrik Rydgård c1e2834c17 Merge pull request #2575 from thedax/sceNetAndHttpStubs
Add a number of sceHttp* stubs
2013-07-01 07:33:04 -07:00
raven02 66c1f59b42 Small fix to right border 2013-07-01 21:07:52 +08:00
raven02 ae796ad5c7 Add fake glowing effect to save icon 2013-07-01 20:42:10 +08:00
The Dax db7e90c23e Fix parameter values in func wrapper. 2013-07-01 04:29:48 -04:00
Kingcom c24433b1e2 Remove remaining instances of stricmp 2013-07-01 10:01:49 +02:00
The Dax a6dabfb5d2 Add a number of sceHttp* stubs; fixes hangs in LBP and the Monster Hunter series, when trying to go online or download DLC, and probably in other games too. 2013-07-01 04:00:41 -04:00
Unknown W. Brackets c8102b708a Don't crash when a block device can't be created. 2013-07-01 00:33:19 -07:00
Henrik Rydgård 36d0ec8390 Merge pull request #2567 from unknownbrackets/debugger
Rewrite CBreakPoints, fix MemCheck bugs
2013-06-30 23:41:13 -07:00
Henrik Rydgård 1f647f8a67 Merge pull request #2572 from oioitff/mpeg-fix
Implement scePsmfSpecifyStreamWithStreamType and scePsmfSpecifyStreamWithStreamTypeNumber
2013-06-30 23:39:06 -07:00
oioitff c93a1b6f33 Implement scePsmfSpecifyStreamWithStreamType
and scePsmfSpecifyStreamWithStreamTypeNumber.
2013-07-01 14:02:12 +08:00
Unknown W. Brackets e6bb49fb0d Allow Core_WaitInactive() when already inactive.
It's being called unconditionally now, it was changed in the other one, so
I guess it needs changing here.
2013-06-30 22:47:39 -07:00
Kingcom e3d3d75e38 Moved expression parser to native and changed how it's accessed 2013-07-01 01:41:06 +02:00
raven02 2db74a7088 Use "NEW DATA" as real PSP does for new save 2013-07-01 07:39:36 +08:00
raven02 78742a0ddb Match transition in save dialog as real PSP does 2013-07-01 07:39:27 +08:00
Unknown W. Brackets f3e27ad9dd Ensure only the very next instruction is skipped. 2013-06-30 16:35:49 -07:00
Unknown W. Brackets 70cd8798be Actually enforce temp breakpoints having no cond. 2013-06-30 16:35:49 -07:00
Unknown W. Brackets 942d50d521 When hitting go on a memcheck, also skip it.
If you hit go you most likely want it to continue past the instruction you
were on.
2013-06-30 16:35:48 -07:00
Unknown W. Brackets 8ee88ae5a2 Don't skip memcheck'd op when illegal reads is off. 2013-06-30 16:35:48 -07:00
Unknown W. Brackets 9d8bdee089 Buffer the breakpoints in UI to avoid overflows. 2013-06-30 16:35:48 -07:00
Unknown W. Brackets 9209a30d9b Add skeleton for conditional breakpoints. 2013-06-30 16:35:47 -07:00
Unknown W. Brackets d513fab60d Fix names with newlines in the symbol map. 2013-06-30 16:35:47 -07:00
Unknown W. Brackets 6bd4383a8a Give memchecks/breakpoints a consistent interface.
Removes the limit on max breakpoints, and makes everything use accessors
for both that look roughly the same.
2013-06-30 15:16:58 -07:00
Henrik Rydgård 6ce949a743 Merge pull request #2563 from unknownbrackets/jit-minor
Log more info about branches in delay slots.
2013-06-30 13:54:28 -07:00
oioitff d8a661e71f Tiny bug fix for scePsmfSetPsmf. 2013-07-01 04:25:04 +08:00
Unknown W. Brackets c9c3bc83e4 Log more info about branches in delay slots. 2013-06-30 13:19:27 -07:00