Commit graph

9076 commits

Author SHA1 Message Date
zixiken
c4304b5c2e Added include to remove error: 'sort' is not a member of 'std' 2013-10-03 16:13:16 -04:00
Henrik Rydgård
90b3d67cdf Merge pull request #4029 from unknownbrackets/debugger
Add more state values and formatting to GE debugger
2013-10-03 08:42:07 -07:00
shenweip
a304e9b420 Make a distinction between savedata and installdata. 2013-10-03 20:44:16 +08:00
Unknown W. Brackets
da56ef24cb Format a few more state values in ge debugger. 2013-10-03 01:27:54 -07:00
Unknown W. Brackets
2a2b9fa4cc Add addresses and missing cmds to ge debugger. 2013-10-03 01:11:24 -07:00
Unknown W. Brackets
67b1a03f90 Only break on a changed texture, not every level. 2013-10-03 00:49:16 -07:00
Lioncash
ce806d8c05 Fixed a mismatched delete within PSPGamedataInstallDialog.cpp. Should be delete[]. 2013-10-02 19:05:21 -04:00
Sacha
ae42a4b95d Algorithm include needed. Update native. 2013-10-03 04:00:00 +10:00
Siddharth
eb9c339c2e fully functional and uses atomic_flag 2013-10-02 20:20:32 +05:30
Siddharth
6c2a9972c1 using the new atomic_flag 2013-10-02 19:09:56 +05:30
Henrik Rydgård
0e7871f30c Merge pull request #4024 from Kingcom/GEDebugger
Right click menu for CtrlDisplayListView
2013-10-02 00:51:49 -07:00
Kingcom
d12d3058e7 Don't show ListBox if it was hidden before 2013-10-02 09:11:38 +02:00
Kingcom
524fd29716 Add range selection 2013-10-02 08:51:21 +02:00
Siddharth
da66cb55f4 Revert "changed the gitignore and android/project files"
This was to be done on a separate branch. Reverting change.
This reverts commit 43a0d5f60f.
2013-10-02 11:11:33 +05:30
Siddharth
a151b5beb6 using PPSSPP's locks 2013-10-02 11:01:59 +05:30
Siddharth
43a0d5f60f changed the gitignore and android/project files 2013-10-02 11:01:21 +05:30
shenweip
7f92a5dffd Oops 2013-10-02 06:54:15 +08:00
Kingcom
f388697f88 Right click menu for CtrlDisplayListView 2013-10-02 00:41:37 +02:00
shenweip
346d277042 Fix bugs and Clean up. 2013-10-02 06:07:02 +08:00
Henrik Rydgård
a176fb85d3 Merge pull request #4013 from unknownbrackets/debugger
Add basic plumbing for texture breakpoints
2013-10-01 14:40:45 -07:00
Siddharth
a6ec70fe90 Audio Processor now uses atomics rather than mutex 2013-10-02 01:54:55 +05:30
Henrik Rydgård
0faba98384 Merge pull request #4019 from Kingcom/DumpWindow
Dump memory dialog
2013-10-01 12:24:20 -07:00
Henrik Rydgård
640a22abb2 Merge pull request #4014 from unknownbrackets/hle-printf
Support %X and %x in sceKernelPrintf()
2013-10-01 12:22:33 -07:00
Kingcom
1d0ff8809b Dump memory dialog 2013-10-01 21:11:41 +02:00
shenweip
9a7759c50c Move someting to correct position. 2013-10-02 00:32:22 +08:00
shenweip
efec08f7d6 Oops 2013-10-02 00:04:29 +08:00
shenweip
33f08852c1 Implemented sceHeapGetTotalFreeSize. 2013-10-01 23:38:49 +08:00
shenweip
8cd281223d Implemented some functions for sceHeap. 2013-10-01 23:38:01 +08:00
Unknown W. Brackets
11f8203cc4 Merge pull request #4015 from Bigpet/master
included <algorithm> to make sure all compilers find std::max
2013-10-01 08:04:03 -07:00
Peter Tissen
edfec927f4 included <algorithm> to make sure all compilers find std::max with no errors 2013-10-01 17:00:51 +02:00
Unknown W. Brackets
a72340255f Support %X and %x in sceKernelPrintf(). 2013-10-01 08:00:08 -07:00
Unknown W. Brackets
444784d3cc Add basic plumbing for texture breakpoints. 2013-10-01 07:53:00 -07:00
Unknown W. Brackets
3c791d09bd Bump native (buildfix.) 2013-10-01 07:52:12 -07:00
Henrik Rydgard
bfd30886b7 Save a few GL calls per frame on Tegra using NV_draw_texture 2013-10-01 16:22:55 +02:00
Henrik Rydgård
9886a7f80c update native 2013-10-01 14:27:06 +02:00
Henrik Rydgård
75a96b5054 Merge pull request #4010 from Bigpet/master
"Dump..." in memoryview crashes the emulator if Ram.dump unwritable
2013-10-01 05:24:08 -07:00
Peter Tissen
c76d9afa1b unfortunately disfigured typo 2013-10-01 13:21:53 +02:00
Peter Tissen
5d752d3084 Merge branch 'master' of https://github.com/Bigpet/ppsspp 2013-10-01 13:19:53 +02:00
Peter Tissen
73138f4ea1 check if ram.dump is writable before writing to it in blind faith 2013-10-01 13:19:11 +02:00
Henrik Rydgård
0bac8e30f7 Merge pull request #4009 from Kingcom/GEDebugger
Toggle display list breakpoints
2013-10-01 03:14:08 -07:00
Kingcom
6c3a0643ca Toggle with space 2013-10-01 12:08:48 +02:00
Kingcom
5effea670a Toggle display list breakpoints 2013-10-01 12:05:19 +02:00
Kingcom
d71b1e44fa Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger 2013-10-01 11:50:32 +02:00
Henrik Rydgård
e94a67860d Merge pull request #4005 from Kingcom/Debugger
More debug UI tweaks
2013-10-01 01:10:19 -07:00
Henrik Rydgård
a358582440 Merge pull request #4002 from adrian17/master
Removed redundant includes
2013-10-01 01:09:42 -07:00
Kingcom
ba91a8fe54 Merge branch 'master' of https://github.com/hrydgard/ppsspp into GEDebugger 2013-10-01 09:34:53 +02:00
Unknown W. Brackets
930621b7a9 Fix typos. 2013-10-01 00:29:19 -07:00
Henrik Rydgård
85e6c93e28 Merge pull request #4008 from unknownbrackets/debugger
Show more state values in the GE debugger
2013-10-01 00:02:20 -07:00
Henrik Rydgård
f5be675326 Merge pull request #4007 from raven02/patch-19
Projection mapping : initialize z as 1.0f
2013-10-01 00:01:43 -07:00
Unknown W. Brackets
a8774f0695 Add special formats for most tests. 2013-09-30 23:49:44 -07:00