shadPS4/documents/changelog.txt

16 lines
629 B
Plaintext
Raw Normal View History

2023-10-21 20:45:49 +02:00
v0.0.2 21/10/2023
=================
2023-10-09 15:54:10 +02:00
-using cstdint header in variable types
-run_main_entry: Rewrite in asm for stack setup
-printf libc implementation for work with sysv_abi
2023-10-21 20:45:49 +02:00
-initial pad emulation (only digital pad atm)
-Implemented sceVideoOutIsFlipPending
-Added auto stubs , now unsupported hle function will resolve as empty stubs
-Rewrote libc_cxa functions
-Libc implementations ( _ZdlPv,_Znwm,rand,_Fsin,qsort,free,strncpy,memmove,atan2f,pow,_Sin)
-ET_SCE_DYNAMIC behaves as valid for execution now.
-Initial FileSystem work (not yet usable).
2023-10-09 15:54:10 +02:00
2023-09-29 07:40:30 +02:00
v0.0.1 29/09/2023
=================
First public release . Everything is new