Commit Graph
5276 Commits
Author SHA1 Message Date
Unknown W. Brackets 45ff47589a Remove unused fpointer member. 2013-07-10 22:30:25 -07:00
Henrik Rydgard 3022a026a1 Reduce unnecessary logging when loading isos, and update native 2013-07-10 21:59:43 +02:00
The Dax 0843e2a6fc Fix typo in Config.cpp that resulted in fullscreenonlaunch always being set to true. 2013-07-10 15:39:52 -04:00
The Dax 32bb4d7db5 Windows UI: Add INI option to allow emulator to start in fullscreen mode on launch. 2013-07-10 14:22:22 -04:00
raven02andHenrik Rydgard 3382e73063 Fix YES/NO background color in save dialog 2013-07-10 11:20:24 +02:00
raven02andHenrik Rydgard 17792ac623 Audio optimization to sceAtracLowLevelDecode() 2013-07-10 11:20:24 +02:00
Henrik Rydgård 1edce69608 Merge pull request #2732 from Kingcom/Debugger
Highlight disabled breakpoints and use font sizes in more controls
2013-07-10 02:16:26 -07:00
Kingcom 0eeebf5221 -display disabled breakpoints with separate icon
-toggling disabled breakpoints will enable them
-confirmation on toggling breakpoints with a custom condition
2013-07-10 10:56:03 +02:00
Henrik Rydgård d5719f08d8 Merge pull request #2730 from oioitff/atrac-fix
scheduling in atrac decode functions.
2013-07-10 01:05:49 -07:00
Unknown W. Brackets e56db876ff Implement some basic sceCcc utf-8 functions. 2013-07-10 00:04:32 -07:00
Unknown W. Brackets bfa780e08b Add more stubs to sceCcc. 2013-07-09 23:58:03 -07:00
oioitff 3c5b817283 scheduling in atrac decode functions. 2013-07-10 14:45:51 +08:00
sum2012 4f5e7769d8 Add another patcher
Support World Neverland Naruru Oukoku Monogatari Chinese version
2013-07-10 05:44:37 +08:00
Henrik Rydgard 1a6bb7643b Add some sceNetInet stubs (used by pspradio) 2013-07-09 14:06:01 +02:00
Henrik Rydgard a29a4fe7e9 Add some missing NIDs (sceNetAdhocDiscover) 2013-07-09 14:06:01 +02:00
Kingcom 9a65263230 Merge branch 'master' of https://github.com/hrydgard/ppsspp into Debugger 2013-07-09 11:19:31 +02:00
Kingcom 98289b624a Make disassembly font size configurable 2013-07-09 11:17:57 +02:00
Henrik Rydgård d68c805430 Merge pull request #2704 from tpunix/master
ISOFileSystem and prxDecrypt2 patch
2013-07-08 02:05:28 -07:00
Henrik Rydgård 10184d2e73 Merge pull request #2706 from mattweb28/ioctl-fix
fix ioctl cmd=0x01020004
2013-07-08 02:04:57 -07:00
tpunix 2d50f6e074 add isBlockSectorMode to savestate 2013-07-08 16:34:09 +08:00
Henrik Rydgård 476382d2cc Merge pull request #2692 from unknownbrackets/keymap-axis
Do axis keymap as well (should replace right stick bind)
2013-07-08 01:14:02 -07:00
Henrik Rydgård 996c1642f2 Merge pull request #2697 from thedax/hdRemasterSupport
HD Remaster Support: Remove non-required variables from Savestate
2013-07-08 00:47:38 -07:00
Henrik Rydgård e21c5c6747 Merge pull request #2691 from thedax/master
Fix PSN eboot crashes
2013-07-08 00:46:12 -07:00
Henrik Rydgård 87b5f72932 Merge pull request #2698 from unknownbrackets/warnings
Warning fixes
2013-07-08 00:32:11 -07:00
Henrik Rydgård b24ac21ed0 Merge pull request #2701 from unknownbrackets/vtimers
Initial VTimer fixes
2013-07-08 00:31:00 -07:00
tpunix 543b08ac07 bugfix of ISOFileSystem 2013-07-08 15:17:42 +08:00
mattweb28 b38e6dd02d fix ioctl cmd=0x01020004 2013-07-08 15:11:58 +08:00
The Dax 9c4d5d3362 Change variable to u32. I would say it's safe to say that an HD remaster will never request more than 2GB of RAM, much less 1. 2013-07-08 02:40:33 -04:00
tpunix aae16cd732 improve of prsDecrypt2. support decrypt type 6. 2013-07-08 12:41:08 +08:00
Unknown W. Brackets 2ba976bffb Fix rescheduling of vtimers based on return value. 2013-07-07 21:36:01 -07:00
tpunix 2de2c53918 new patch for ISOFilsSystem 2013-07-08 12:35:07 +08:00
Unknown W. Brackets b42cb0581c Remove fixed delay, this is just other syscalls. 2013-07-07 21:16:48 -07:00
Unknown W. Brackets 96bb532abb Ignore vtimer handler arg changes w/ NULL handler.
Per tests, this is what the PSP does.  Could matter in edge cases.
2013-07-07 21:16:48 -07:00
Unknown W. Brackets bf652e4f46 Don't report for <= 4 sized option parameters.
Also don't crash in sceKernelCreateVTimer(NULL, NULL).
2013-07-07 21:16:28 -07:00
Unknown W. Brackets aef5555327 Fix arithmetic warning in mpeg demux. 2013-07-07 20:31:05 -07:00
Unknown W. Brackets 9608067ca2 Cleanup initialization order. 2013-07-07 20:31:04 -07:00
Unknown W. Brackets a32cf817ff Fix some minor warnings. 2013-07-07 20:31:04 -07:00
Unknown W. Brackets bc6feed6a0 Fix memory allocation when swapping to a remaster. 2013-07-07 20:28:47 -07:00
Unknown W. Brackets 67e2c1fb98 Shut up an incorrect warning.
It can never be undefined, but that's fine, the compiler can't tell.
2013-07-07 19:16:26 -07:00
Unknown W. Brackets 6bd5257791 Clean up handler management in sceNet.
Add 0, add 1, remove 0, add.. should be 0, not 1.
Also, undefined behavior on x = x > 0 ? --x : 0;
2013-07-07 19:16:25 -07:00
Unknown W. Brackets 10f1f198fb Fix some type conversions warnings. 2013-07-07 19:16:25 -07:00
The Dax a2c8ac5dbe Remove HD Remaster variables from the savestate; they don't seem to be required for it to function correctly. 2013-07-07 22:05:10 -04:00
Unknown W. Brackets 88ce95470c This one is worth reporting. 2013-07-07 18:10:32 -07:00
Unknown W. Brackets 1edbda62d0 Remove right stick swap option, not needed. 2013-07-07 17:22:25 -07:00
Unknown W. Brackets 00aaf2bb11 Remove right stick bind option entirely. 2013-07-07 17:21:22 -07:00
The Dax 95cffd97b5 Fix PSN eboot crash. Allows PSN demo eboots to run again, and HD Remaster eboots to finally boot. 2013-07-07 19:07:43 -04:00
Henrik Rydgard 3281aa5bb6 Fix the actual typo.. 2013-07-08 00:36:25 +02:00
Henrik Rydgard 613b9ec994 Change a variable name to match the name used in the ini file. Default screenshots to JPG. 2013-07-08 00:10:23 +02:00
Henrik Rydgård d1cc98c2fc Merge pull request #2668 from thedax/directinputUpdate
Windows: Preliminary update for DirectInput to the new key mapping system
2013-07-07 14:48:33 -07:00
Unknown W. Brackets 3852e26558 Remove the force device setting, map instead. 2013-07-07 13:44:21 -07:00