Commit Graph
45601 Commits
Author SHA1 Message Date
shenweip 4ac4ea38dd Rename __JpegDecodeMJpegYCbCr to __JpegConvertRGBToYCbCr. 2013-10-05 08:40:55 +08:00
sum2012 7213d27ea3 Increase log level in sceUtilityLoadModule
Some modules need return error as dissus  in
https://github.com/hrydgard/ppsspp/issues/860#issuecomment-25675539
2013-10-05 07:37:51 +08:00
Kingcom 49a4f9e73d Fix right click->edit breakpoint 2013-10-04 23:21:44 +02:00
adrian17 c9f732fd0d UI: Increased rendering resolution selection range to 10x on Windows 2013-10-04 21:31:40 +02:00
shenweip 54492732b5 Rename u24 to u24_be. 2013-10-05 02:52:33 +08:00
shenweip d8f1ddd6fa Implemented sceJpegMJpegCsc. 2013-10-05 01:18:13 +08:00
shenweip a7f7d64f31 More work in sceJpegDecodeMJpegYCbCr. 2013-10-05 01:04:41 +08:00
Sacha 424a24366c Buildfix for Symbian. 2013-10-05 02:51:56 +10:00
shenweip b1f81999fa Fix someting wrong. 2013-10-05 00:04:51 +08:00
shenweip a7d3b8f710 Add a new type u24. 2013-10-04 23:33:03 +08:00
Sacha f7690150ff Update native. 2013-10-05 00:13:16 +10:00
Sacha 85648db42f Build fixes for Symbian. 2013-10-05 00:12:43 +10:00
Sacha 7c644bda2c Remove c++11 usage of vector. 2013-10-04 23:14:54 +10:00
Sacha f82833c362 Merge branch 'master' of https://github.com/hrydgard/ppsspp 2013-10-04 22:42:44 +10:00
Siddharth eb1305120e now blocks to gain outAudioQueue access at __AudioDoState 2013-10-04 17:58:09 +05:30
Henrik Rydgård d002b52c44 Merge pull request #4033 from zixiken/buildfix
Added include to remove error: 'sort' is not a member of 'std'
2013-10-03 14:12:07 -07:00
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
Steven Cherry 19efa9ef8a Fix one more small thing 2013-10-02 17:39:18 -05:00
Steven Cherry e2e74b7292 Fix Mem Leak and other small fixes. 2013-10-02 17:37:39 -05:00
Sacha ae42a4b95d Algorithm include needed. Update native. 2013-10-03 04:00:00 +10:00
Siddharth dfbc5f3644 atomic_flag needs to have public methods. 2013-10-02 07:51:48 -07:00
Siddharth eb9c339c2e fully functional and uses atomic_flag 2013-10-02 20:20:32 +05:30
Siddharth 36b82e6159 fixed bugs in the atomic_flag class 2013-10-02 20:17:44 +05:30
Siddharth 37df1f14c7 commiting changed mutex to merge 2013-10-02 20:00:42 +05:30
Siddharth 5a5b02d79c fixed bugs in atomic_flag 2013-10-02 19:13:44 +05:30
Siddharth 6c2a9972c1 using the new atomic_flag 2013-10-02 19:09:56 +05:30
Henrik Rydgård 7dc0bbcc17 Merge pull request #145 from unknownbrackets/atomic
Add an atomic_flag implementation
2013-10-02 01:30:27 -07:00
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
Unknown W. Brackets 8f4a25c64a Add an atomic_flag implementation. 2013-10-02 00:04:14 -07: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
Steven Cherry 1578bb16ba Cleanup 2013-10-01 21:14:34 -05:00
Steven Cherry b0afdff3e9 CWCheat: Fix for crashing when exceeding cheat list size. Its now a pseudo-vector! Can accept any amount of cheats now. 2013-10-01 21:11:15 -05:00
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