Commit Graph
6340 Commits
Author SHA1 Message Date
Unknown W. Brackets d131588a6d Validate sceKernelStartThread() args better. 2013-04-28 00:34:49 -07:00
Unknown W. Brackets df62cafe3d Handle a few errors on thread create better.
Especially out of stack space.
2013-04-28 00:34:48 -07:00
Unknown W. Brackets fb758de3b9 sceKernelWakeupThread() should reschedule on wake.
Otherwise it will have different timing than the PSP.
2013-04-28 00:34:48 -07:00
Unknown W. Brackets c8958a253d Cleanup some unused / duplicate code in threading. 2013-04-28 00:34:48 -07:00
Unknown W. Brackets e30dedd46f Allocate thread stack on create, not on start.
Also, don't free and reallocate on thread reset.
2013-04-28 00:34:47 -07:00
Unknown W. Brackets c089fcec27 Fix size handling in sceKernelReferThreadStatus(). 2013-04-28 00:34:47 -07:00
Henrik Rydgård 86f62fd4b6 Merge pull request #1556 from raven02/patch-6
Fix black screen in Ultimate Ghosts N Goblins
2013-04-28 00:06:58 -07:00
raven02andJacky TSUI 1405b43b2d Change to ERROR_LOG , add True Color/Anisotropic Filtering 2013-04-28 09:46:18 +08:00
raven02 6eedf6794f Add Register_sceMp4() 2013-04-28 08:25:30 +08:00
raven02 5ecc3c1911 Add stubs for sceMp4 2013-04-28 08:25:05 +08:00
raven02 5e5922fc70 Add sceMp4 2013-04-28 08:23:58 +08:00
raven02 6319da56fc Fix black screen in Ultimate Ghosts N Goblins 2013-04-28 07:41:40 +08:00
kurdtkobain ff283b69b0 Changed to ERROR_LOG 2013-04-27 20:22:40 -03:00
kurdtkobain f5b6470718 Added SysMemUserForUser_D8DE5C1E
according to jpcsp always returns 0.
Evangelion Jo goes in-game.
2013-04-27 19:52:58 -03:00
Henrik Rydgård 8b1c52d5af Merge pull request #1482 from raven02/patch-1
Add configurable frameskip with Auto , 1 and 2
2013-04-27 14:44:30 -07:00
Henrik Rydgard b9f45e4530 Add stub framework for .pbp demos (nowhere near working). Fix an OSK crash. 2013-04-27 23:16:51 +02:00
oioitff 863fa2c3ff Fix the channel volume. 2013-04-26 22:24:18 +08:00
Unknown W. Brackets 98f820400b Add missing debug log in sceDeflt. 2013-04-25 07:51:32 -07:00
raven02 f3402b258a Fix history mode black screen in Saint Seiya Omega 2013-04-24 21:31:26 +08:00
oioitff a944c96137 Remove the useless codes instead. 2013-04-23 22:31:23 +08:00
oioitff 62f79989bd Implement _sceSasCoreWithMix correctly.
The inoutAddr should be both input and output buffer address.
2013-04-23 22:00:14 +08:00
raven02andJacky TSUI 5768947f9d Add configurable frameskip 2013-04-23 21:16:27 +08:00
Unknown W. Brackets cf77660e3c Return an error when loading a module twice.
The PSP does this, and FF4 checked for this error specifically.
2013-04-21 23:37:53 -07:00
Henrik Rydgard 628c223234 GPUCommon: Get rid of prev variable. 2013-04-21 19:32:56 +02:00
Unknown W. Brackets 273080a48b Add delays to the sceMpegGet*Au() functions.
Mostly from JPCSP.  I'm having trouble building a good test that
replicates these, but this fixes #1198 and seems right.
2013-04-20 23:17:10 -07:00
Unknown W. Brackets a296bba3e1 Also delay inside sceMpegAtracDecode().
This is just from JPCSP but we don't have the function working properly
yet anyway.
2013-04-20 22:42:51 -07:00
Unknown W. Brackets 3914742485 Make sceMpegAvcDecode() reschedule, based on tests.
Timing seems variable but this should be safe-ish.
2013-04-20 22:38:56 -07:00
Unknown W. Brackets a232764728 Fix error code for empty ringbuffer in mpeg. 2013-04-20 22:16:41 -07:00
Unknown W. Brackets b264915d28 Correct sceUtilityGetSystemParamString() per tests. 2013-04-20 09:37:47 -07:00
Unknown W. Brackets 1fe7242e47 Store parental level as an integer. 2013-04-20 09:37:47 -07:00
Henrik Rydgård 84f1bc366d Zero-terminate nickname 2013-04-20 15:39:29 +02:00
Henrik Rydgård 7ae0a07806 Merge pull request #1357 from CrazyMax/master
add save/load PSP system parameters to/from config file
2013-04-20 06:36:43 -07:00
Henrik Rydgård d595a5d567 Merge pull request #1365 from tpunix/master
add DLC support to ppsspp
2013-04-19 23:45:18 -07:00
tpu 641b78ab67 add DLC support 2013-04-20 13:51:40 +08:00
CrazyMax 83783a8f96 oops, typo fix, sorry 2013-04-20 04:08:12 +03:00
CrazyMax fac6fb5faa GetSystemParam: fix copy nickname string from config 2013-04-19 23:09:31 +03:00
CrazyMax 4b5c1baa35 replace strcpy with memcpy for nickname string; 2013-04-19 22:40:06 +03:00
CrazyMax 34574f4e97 Merge branch 'master' of https://github.com/hrydgard/ppsspp 2013-04-19 22:28:28 +03:00
CrazyMax c78436fe0b Set impose params language and button preference from config file; 2013-04-19 22:26:59 +03:00
CrazyMax 61a7c821d2 add save/load PSP parameters from ini file; 2013-04-19 21:59:24 +03:00
Unknown W. Brackets 7a7e5ccb0b Fix some x64 type conversion warnings. 2013-04-19 08:41:31 -07:00
tpu 6f558b6141 Merge branch 'fork_master/master'
Conflicts:
	Core/HLE/sceIo.cpp
2013-04-19 23:10:59 +08:00
JimLee168 3ce26e03df Add part sceKernelExtendThreadStack content
Fixes NPJH50624
2013-04-19 22:22:35 +08:00
Henrik Rydgård e6beb9788d Merge pull request #1296 from raven02/patch-17
More update to sceAtrac
2013-04-18 15:27:09 -07:00
danieru 6a84a6e4ea Make analog joystick input get clamped to a circle
In common case this only costs two floating point multiplies.
Uncommon case requires a square root.
2013-04-17 22:53:38 -06:00
raven02 503baca884 Buildfix 2013-04-16 19:34:52 +08:00
Henrik Rydgård f55bb17c69 Merge pull request #1299 from raven02/patch-18
Invalid volume check in sceAudio()
2013-04-16 04:04:53 -07:00
raven02 e4e2098279 Better formatting for volume check 2013-04-16 17:15:16 +08:00
raven02 d07bd499a7 Add SCE_ERROR_AUDIO_INVALID_VOLUME 2013-04-16 15:48:17 +08:00
raven02 f126e56392 Invalid volume check in sceAudio() 2013-04-16 15:46:39 +08:00