From f77fd1a342c4eb05e606d8878f53ae6518be753c Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Sat, 21 Oct 2023 21:45:49 +0300 Subject: [PATCH] updated changelog for v0.0.2 --- documents/changelog.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/documents/changelog.txt b/documents/changelog.txt index ff8411a5..e4be4379 100644 --- a/documents/changelog.txt +++ b/documents/changelog.txt @@ -1,8 +1,15 @@ -v0.0.2 not yet released WIP -=========================== +v0.0.2 21/10/2023 +================= -using cstdint header in variable types -run_main_entry: Rewrite in asm for stack setup -printf libc implementation for work with sysv_abi +-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). v0.0.1 29/09/2023 =================