shadps4 v0.0.3 released

Announcements related to shadps4 will be posted here
Post Reply
shadow
Site Admin
Posts: 18
Joined: Wed May 10, 2023 4:35 pm

shadps4 v0.0.3 released

Post by shadow »

Changelog

-Switching to std::thread
-Use unique_ptr where possible
-Replace printf/scanf with type safe fmt
-Implemented sceKernelGetProcessTime
-Implemented sceKernelGetProcessTimeCounter , sceKernelGetProcessTimeCounterFrequency
-Pause emu with P button
-Timers rewrote with std::chrono
-Added sceSystemServiceGetStatus
-Initial FileSystem implementation
-Initial TLS work
-New logging implementation
-Some functions implemented for userService,systemService
-Added sceAudioOut module and output using sdl audio

Get it from there https://github.com/shadps4-emu/shadPS4/ ... tag/v0.0.3
Post Reply