Henrik Rydgard
827b472fc6
Merge branch 'Debugger' of https://github.com/Kingcom/ppsspp into Kingcom-Debugger
...
Conflicts:
Core/MIPS/MIPSDebugInterface.cpp
2013-07-05 22:59:55 +02:00
Henrik Rydgard
6ead10b377
Android buildfix (expressionparser stuff)
2013-07-05 22:55:14 +02:00
Kingcom
b112971514
More specifc errordescription
2013-07-05 21:21:34 +02:00
Kingcom
44f551ce4a
Use safe versions of Memory::Read
2013-07-05 20:38:19 +02:00
Kingcom
70ed8bf843
MipsExpressionFunctions changes
2013-07-05 20:24:08 +02:00
Unknown W. Brackets
1c9086617a
DISABLE the swr/swl and friends for now.
...
Broke Disgaea on x64 only, not sure why right now.
2013-07-05 02:53:15 -07:00
Henrik Rydgård
abc03520b4
Merge pull request #2625 from unknownbrackets/debugger
...
Fix some memcheck bugs
2013-07-05 02:26:13 -07:00
Henrik Rydgard
1bf4239e97
State save support for sceJpeg.
2013-07-05 10:56:55 +02:00
Unknown W. Brackets
5271f36d78
Output less code per memcheck.
...
Somehow this also fixed a bug with memchecks that didn't hit, but I don't
know why. Reverting and making them far jumps doesn't help.... strange.
Anyway, this should be less code which is good.
2013-07-05 01:33:39 -07:00
Unknown W. Brackets
c64f6c3f39
Don't just forget other memchecks, arg.
2013-07-05 01:26:02 -07:00
Unknown W. Brackets
540bd13222
Correctly match ranges in memchecks with ends.
2013-07-05 01:16:57 -07:00
Unknown W. Brackets
3278b5e373
Handle the immediate case of clz/clo.
2013-07-04 23:07:42 -07:00
Unknown W. Brackets
d823989330
Implement vmone/vmzero/vmidt for the x86 jit.
2013-07-04 18:16:57 -07:00
Unknown W. Brackets
654490566f
Implement clz/clo in x86 jit.
2013-07-04 18:01:17 -07:00
Unknown W. Brackets
e27ab6fa11
Add swl/swr to the x86 jit.
2013-07-04 17:34:56 -07:00
Unknown W. Brackets
203daf955b
Implement lwl/lwr in the x86 jit.
2013-07-04 17:30:36 -07:00
Unknown W. Brackets
2d25d1eb05
Add a way to force alignment in JitSafeMem().
2013-07-04 15:59:12 -07:00
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