Commit Graph
45601 Commits
Author SHA1 Message Date
sum2012 c44e4de7e6 Fix sceKernelModule
Fix Army Of Two 40th Day
https://github.com/hrydgard/ppsspp/issues/1919
Thanks unknownbrackets , JPCSP r3181
2013-05-31 07:36:06 +08:00
The Dax 77e4a8008b Fix accidental typo in MetaFileSystem.cpp. 2013-05-30 16:23:25 -04:00
The Dax 370b50a328 Fix Pangya: Fantasy Golf hang when going in-game via emulating SCE_KERNEL_ERROR_NOCWD correctly, or at least, more correctly than it was before. 2013-05-30 16:15:15 -04:00
Henrik Rydgård 0de33b1d4b Merge pull request #82 from lioncash/master
Memleak fix.
2013-05-30 12:22:20 -07:00
lioncash 5f16de6667 Fix a memleak in function DNSResolveTry in resolve.cpp. 2013-05-30 15:08:51 -04:00
Henrik Rydgård 5c22ef363c Merge pull request #1989 from raven02/patch-6
Remove duplicate MediaEngine.h
2013-05-30 11:56:39 -07:00
raven02 8e9e8f8291 Remove duplicate MediaEngine.h 2013-05-31 02:52:42 +08:00
Henrik Rydgard b259b5da0e Merge branch 'master' into makotech222-cwcheat 2013-05-30 19:14:46 +02:00
Henrik Rydgard 3d06c6784c Buildfix 2013-05-30 19:13:39 +02:00
Henrik Rydgard c8be33b5f5 Merge branch 'makotech222-cwcheat' of github.com:hrydgard/ppsspp into makotech222-cwcheat 2013-05-30 19:12:00 +02:00
Henrik Rydgard 572eb26305 Merge branch 'master' into makotech222-cwcheat
Conflicts:
	Core/Core.vcxproj.filters
	Core/HLE/__sceAudio.cpp
	Core/HLE/sceKernel.cpp
2013-05-30 19:11:20 +02:00
Henrik Rydgard 839e5eccc6 Copy at3plusdecoder.so to internal memory to solve android permission issues on devices with no-exec mounted SD cards. 2013-05-30 19:06:56 +02:00
Henrik Rydgård eee5c74b0b Merge pull request #1986 from lioncash/master
Fix improper clearing of the sample queue in sceAtrac.
2013-05-30 09:19:10 -07:00
lioncash 85098289e8 Fix improper clearing of the sample queue in sceAtrac.cpp 2013-05-30 12:15:17 -04:00
Henrik Rydgard ae23c26af1 Print more debug info if the library load fails. 2013-05-30 18:14:52 +02:00
Henrik Rydgård 8ca2e30747 Merge pull request #1985 from lioncash/master
Fix a resource leak and possible unintentionally executed code.
2013-05-30 09:00:36 -07:00
lioncash 743f5185b8 Missed including this in the __KernelSwitchContext null check fix.
This shouldn't be called if target is null.
2013-05-30 11:55:29 -04:00
lioncash 81a91fbcbb Ensure code inside method __KernelSwitchContext in sceKernelThread.cpp isn't unintentionally executed.
The null check around line 2935 for target also makes me think this was supposed to have been done.
2013-05-30 11:47:10 -04:00
lioncash 5a48b5cf20 Fix a resource leak in Loaders.cpp 2013-05-30 11:40:35 -04:00
Henrik Rydgård 57d54633d8 Merge pull request #81 from KingDuckZ/master
Warning fix on Intel compiler
2013-05-30 07:41:17 -07:00
Henrik Rydgard 2bdb338bf5 Turn down some excessive logging. 2013-05-30 16:21:53 +02:00
Henrik Rydgård bfe20e195b Merge pull request #1983 from KingDuckZ/master
Error/warning fix on Intel compiler.
2013-05-30 06:57:10 -07:00
King_DuckZ d2eff95370 gitignore updated with vim tags and swp files 2013-05-30 15:42:11 +02:00
King_DuckZ 61500281a9 Warning fix on Intel compiler. 2013-05-30 15:42:11 +02:00
King_DuckZ 38d7568f9c Native module updated to get the intel compiler fixes. 2013-05-30 15:42:11 +02:00
King_DuckZ 1455452850 Trailing whitespaces removed. 2013-05-30 15:42:11 +02:00
King_DuckZ 3004e5d194 Command line warning fix on intel compiler under Linux. 2013-05-30 15:40:55 +02:00
King_DuckZ 3851ffeb71 Buildfix - missing file in CMakeLists.txt 2013-05-30 15:40:55 +02:00
Henrik Rydgard f9af7007d2 Add support for loading at3plusdecoder.so on Android. Make sure the .so files are at /PSP/libs/armeabi-v7a and/or /PSP/libs/armeabi on your Android external storage. 2013-05-30 15:26:12 +02:00
King_DuckZ ceefd214c4 Warning fix on Intel compiler. 2013-05-30 15:19:00 +02:00
Henrik Rydgard 546b6c0fca Update cmake 2013-05-30 14:01:48 +02:00
Henrik Rydgard 820fd52c48 Load at3plus decoders through "at3plusdecoder64.dll" under win64.
This way 32 and 64-bit builds can coexist in the same folder.
2013-05-30 13:58:10 +02:00
Henrik Rydgard 169ca97377 Change atrac3plus decoder dll name to be neutral. Add basic non-windows support for loading it (not tested yet). 2013-05-30 13:51:44 +02:00
Henrik Rydgård b9251f18f4 Merge pull request #1980 from oioitff/atrac3plus
Remove all dshow stuff.
2013-05-30 04:40:34 -07:00
Henrik Rydgard 2d8632cd7a Remove texture coordinate difference between HW and SW transform. Partly fixes #1963 2013-05-30 13:37:18 +02:00
oioitff 60f56a3cb6 Remove the filter project. 2013-05-30 19:22:09 +08:00
oioitff 852a07d347 Remove all dshow stuff. 2013-05-30 19:14:18 +08:00
Henrik Rydgård e3d8a0ce3b Merge pull request #1978 from makotech222/cwcheat
ParseHexLong now occurs on init only
2013-05-30 03:02:53 -07:00
Henrik Rydgård c5976fb22c Merge pull request #1979 from oioitff/atrac3plus
Add support for new atrac3plus decoder
2013-05-30 03:01:34 -07:00
Henrik Rydgård d8f3bc81e0 Merge pull request #1977 from raven02/patch-5
Fix incorrect CLUT in Dainiji Super Robot Taisen Z Hakaihen
2013-05-30 02:54:17 -07:00
oioitff b0a3f803e0 Add support for new atrac3plus decoder 2013-05-30 17:33:47 +08:00
raven02 4a31e13c9b Missing semi-colon 2013-05-30 18:33:11 +09:00
Steven Cherry 636f7fdb15 ParseHexLong now occurs on init only 2013-05-30 03:49:15 -05:00
raven02 c4a3769aee Fix incorrect clut in Dainiji_Super_Robot_Taisen_Z Hakaihen 2013-05-30 16:29:38 +08:00
Henrik Rydgård 5d7e6020ed Merge pull request #1976 from makotech222/cwcheat
Fix for string parsing
2013-05-30 00:38:45 -07:00
Steven Cherry af778d2767 Small fix 2013-05-30 02:15:08 -05:00
Steven Cherry 9a450f2c4d String parsing now occurs only on start up and when pressing "reload cheats" button on system settings menu 2013-05-30 02:08:20 -05:00
Henrik Rydgård 9832e24e8a Merge pull request #1971 from tpunix/master
add sprx support (sceKernelLoadModuleNpDrm)
2013-05-28 23:34:34 -07:00
Henrik Rydgård 89b2fdf96b Merge pull request #1974 from unknownbrackets/sas-audio
Fix undead VAG loops, KeyOff should stop them
2013-05-28 23:28:32 -07:00
Unknown W. Brackets 42ced72b13 Fix undead VAG loops, KeyOff should stop them. 2013-05-28 23:05:34 -07:00