mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
misc
This commit is contained in:
@@ -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
|
v0.0.1 29/09/2023
|
||||||
=================
|
=================
|
||||||
First public release . Everything is new
|
First public release . Everything is new
|
||||||
@@ -3,5 +3,5 @@
|
|||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
namespace Emulator {
|
namespace Emulator {
|
||||||
constexpr char VERSION[] = "0.0.1";
|
constexpr char VERSION[] = "0.0.2 WIP";
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user