Henrik Rydgård
00c32ddadb
Mostly get rid of including "Globals.h"
2013-12-30 10:17:11 +01:00
Henrik Rydgard
2140892074
Initial preparations for ability to replace game functions with custom implementations.
...
Also auto-saves hashmap additions and reapplies the hashmap on function
rename so that if you rename a function that exists in several copies
they will all be labelled.
Note that actual function replacement is not activated yet.
2013-12-17 12:27:20 +01:00
Igor Calabria
553f1d4e4e
Implements a bunch of adhoc functions
2013-10-29 21:39:45 +00:00
Unknown W. Brackets
580d4436a3
Fix vtimer uid param type, add algorithm include.
2013-10-22 07:46:33 -07:00
Unknown W. Brackets
67cd13702e
Correct sceKernelSetVTimerTime*().
2013-10-22 07:45:48 -07:00
Henrik Rydgard
7e37e183ed
Wrap more adhoc functions
2013-09-07 11:06:28 +02:00
Henrik Rydgard
3b323c4176
Add a bunch of empty adhoc functions
2013-09-07 01:53:51 +02:00
shenweip
c05100e0e3
Add sceHeap,some games will call this.
...
e.g. Linear ModeSenritsu no Stratus
2013-09-04 11:05:14 +08:00
Unknown W. Brackets
4be06d2432
Wrap the msgpipe send functions.
2013-08-18 18:38:10 -07:00
Henrik Rydgard
1a6bb7643b
Add some sceNetInet stubs (used by pspradio)
2013-07-09 14:06:01 +02:00
Henrik Rydgard
d2b874436d
Merge branch 'jpeg' of https://github.com/CPkmn/ppsspp into CPkmn-jpeg
2013-07-05 00:09:29 +02:00
CPkmn
17493f3c4e
Update FunctionWrappers.h
2013-07-04 14:51:51 -07:00
CPkmn
a0379d5ac8
Update FunctionWrappers.h
2013-07-04 03:00:22 -07:00
The Dax
db7e90c23e
Fix parameter values in func wrapper.
2013-07-01 04:29:48 -04:00
The Dax
a6dabfb5d2
Add a number of sceHttp* stubs; fixes hangs in LBP and the Monster Hunter series, when trying to go online or download DLC, and probably in other games too.
2013-07-01 04:00:41 -04:00
oioitff
1e4d896980
Implement scePsmfPlayerSetPsmfOffset and
...
scePsmfPlayerSetPsmfOffsetCB. And use memory buffer for PsmfPlayer
directly instead.
2013-06-25 00:16:51 +08:00
The Dax
fadea64ebf
Fix sceNetEtherNtostr.
2013-06-04 01:53:32 -04:00
The Dax
50dc015d44
Remove useless dependency in FunctionWrappers.h.
2013-06-04 00:41:50 -04:00
The Dax
b02dbe3f5f
Add a multitude of sceNet* stubs.
...
I tried this in an attempt to fix the Peace Walker hangs, but it didn't seem to help, so it must be related to something else.
2013-06-04 00:39:03 -04:00
Unknown W. Brackets
4c36f12889
Negative volume means unchanged, not error.
2013-05-19 10:42:22 -07:00
Unknown W. Brackets
42b925a440
Initial stab at implementing some new memory funcs.
...
Borrowed from JPCSP, kept simple. Need to do tests.
2013-04-07 20:57:53 -07:00
JimLee168
e686ef46b8
Added sceZlibDecompress and VS2010 build fix
...
Fixes ULUS10121 Bomberman
2013-04-05 13:26:54 +08:00
Henrik Rydgard
f355137156
Update native. some stubs and a buildfix.
2013-03-21 20:24:47 +01:00
sum2012
bb82ad1685
Correct WrapI_UUUI and IMP sceMpegAvcConvertToYuv420
2013-03-10 15:21:55 +08:00
sum2012
827625ac3f
Add WrapI_UUUI
...
For sceMpegAvcConvertToYuv420 use
public int sceMpegAvcConvertToYuv420(int mpeg, TPointer bufferOutput,
TPointer unknown1, int unknown2) {
return 0;
}
2013-03-09 00:51:17 +08:00