mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
misc
This commit is contained in:
parent
768972dc89
commit
ab2e3b3c31
|
@ -1,3 +1,9 @@
|
|||
v0.0.2 not yet released WIP
|
||||
===========================
|
||||
-using cstdint header in variable types
|
||||
-run_main_entry: Rewrite in asm for stack setup
|
||||
-printf libc implementation for work with sysv_abi
|
||||
|
||||
v0.0.1 29/09/2023
|
||||
=================
|
||||
First public release . Everything is new
|
|
@ -3,5 +3,5 @@
|
|||
#include <string_view>
|
||||
|
||||
namespace Emulator {
|
||||
constexpr char VERSION[] = "0.0.1";
|
||||
constexpr char VERSION[] = "0.0.2 WIP";
|
||||
}
|
Loading…
Reference in a new issue