Skip to content

Releases: shadps4-emu/shadPS4

Pre-release-shadPS4-2024-11-10-7ab8515

10 Nov 09:49
7ab8515
Compare
Choose a tag to compare
Pre-release

Full Changelog: v.0.4.0...7ab8515

shadps4 v0.4.0 - codename divicius

31 Oct 15:26
Compare
Choose a tag to compare

What's Changed

  • shader recompiler fixes
  • Emulated support for cpus that doesn't have SSE4.2a (intel cpus)
  • Frame graph + Precise 60 fps timing
  • Save data: fix nullptr & concurrent file write
  • Auto Update
  • Error dialog implementation
  • Swapchain recreation and window resizing
  • Add playback of background/title music in game list
  • kernel: Quiet sceKernelWaitEventFlag error log on timeout
  • Improve keyboard navigation in game list
  • core/memory: Pooled memory implementation
  • Fix PKG loading
  • replace trophy xml assert with error
  • Refactor audio handling with range checks, buffer threshold, and lock
  • audio_core: Fix return value types and shift some error handling to library
  • Devtools: PM4 Explorer
  • Initial support of Geometry shaders
  • Working touchpad support
  • net: Stub sceNetErrnoLoc
  • Add support to click touchpad using back button on non PS4/5 controllers
  • Multiple Install Folders
  • Using a more standard data directory for linux
  • video_core: Implement sceGnmInsertPushColorMarker
  • ime_dialog: Initial implementation
  • Network libs fixes
  • Use GetSystemTimePreciseAsFileTime to fix fps timing issues
  • Added adaptive mutex initializer
  • Small Np + trophy fixes
  • Separate Updates from Game Folder
  • Minor Fixes for Separate Update Folder
  • AvPlayer: Do not align w/h to 16 with vdec2
  • Improve sceSystemServiceReceiveEvent stub
  • renderer_vulkan: Commize and adjust buffer bindings
  • Add poll interval to libScePad
  • Add more surface format mappings.
  • vulkan: Report only missing format feature flags.
  • IME implementation
  • Videodec2 implementation
  • path_util: Make sure macOS has current directory set and clean up path code.
  • Load LLE modules from sys_modules/GAMEID folder

Full Changelog: v.0.3.0...v.0.4.0

shadps4 v0.3.0 codename broamic

23 Sep 15:24
Compare
Choose a tag to compare

Hey there ,shadPS4 v0.3.0 is finally here!

We have some exciting new features to share with you:

  • Cheat/Patching support
  • DLC support
  • New translations support (26 languages)
  • Support for unlocking trophies
  • Support for more controllers (Dualshock and Xbox)
  • Many GUI imporovements
  • AVplayer
  • And much more!
    The emulator can boot notable games with support for visual upgrades.

Beware! As a result of the new changes, old save files may no longer be compatible. So if you value your current progress, please follow this guide before updating: https://discord.com/channels/1080089157554155590/1258851012924538931/1286753740233117737

Lastly, for those of you who'd like to donate to the project, we now have a Kofi page! https://ko-fi.com/shadps4
Any donations received will go towards acquiring necessary hardware and games for testing as well as needed infrastructure setup.

As always feel free to update compatibility list with new 0.3.0 findings at https://github.com/shadps4-emu/shadps4-game-compatibility

shadps4 v0.2.0 codename validptr

15 Aug 16:53
Compare
Choose a tag to compare

An Excitement new release of shadps4 . A lot of new games working (No bloodborne yet! but we are getting closer).
Mostly here are the most noticable changes since last version

  • Adding macOS support
  • Big shader recompiler improvements
  • Core improvements
  • GUI improvements

You can get full changelog here:

Full Changelog: 0.1.0...v.0.2.0

So now go ahead and post your reports at :

https://github.com/shadps4-emu/shadps4-game-compatibility

shadps4 v0.1.0 codename madturtle

01 Jul 21:46
Compare
Choose a tag to compare

An excited new shadps4 release , The changes since last release are probably too much to detail them so let's do a small resume

  • Added a shader recompiler , With this we have a lot of games that starts to work
  • Rewrote a big part of core

-A full changelog can been seen below

Full Changelog: v0.0.3...0.1.0

We also have a compatibility list now at : https://github.com/shadps4-emu/shadps4-game-compatibility

shadps4 v0.0.3 codename salad

23 Mar 08:13
8691174
Compare
Choose a tag to compare

A new release for shadps4 , the date is not decided by luck is 21 years after first pcsx2 release , (23 march 2002 ) and by accident mine (shadow) birthday.

The most important features of this release is linux support and running of few OpenOrbis demos (helloword , graphics , pngdec , sound)

A more detailed list above :

-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

shadps4 1 year anniversary edition - v0.0.2

21 Oct 19:02
Compare
Choose a tag to compare

Anniversary edition of shadps4 (1 year since first commit)

Some new homebrew working , check shadps4 site.

Complete changelog

-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).

shadps4 First release - v0.0.1

29 Sep 08:00
Compare
Choose a tag to compare

First release.

Only playable is videoout_basic demo