Commit Graph

  • e6a23b7ffe stubbed _sigprocmask (not handled and spams too much) georgemoralis 2024-06-27 10:35:41 +0300
  • 60ca89a856 submodules updates and fixes for latest SDL georgemoralis 2024-06-27 10:20:28 +0300
  • ef3c8cf282 fixed case S_OR_B64 for blazing chrome georgemoralis 2024-06-27 09:20:11 +0300
  • 2ac9ae3eb1 disable configured flexible memory size (caused issues in some games) georgemoralis 2024-06-27 09:12:15 +0300
  • 91940781b8 libraries: gnmdriver: complete HW stat init functions psucien 2024-06-27 13:36:55 +0200
  • f5541e3c3d
    cmake: prefer system libraries (#216) Alexandre Bouvier 2024-06-27 12:46:55 +0200
  • f522948df8
    Merge pull request #217 from shadps4-emu/stabilization7 georgemoralis 2024-06-26 20:39:05 +0300
  • 521ff4d14b clang format fixes georgemoralis 2024-06-26 20:32:08 +0300
  • 550bfa1c88 liverpool: Fix assert for compute queues IndecisiveTurtle 2024-06-26 20:00:09 +0300
  • c8ed338d5a kernel: Const correctness IndecisiveTurtle 2024-06-26 18:17:39 +0300
  • c081663aac translator: Merge ANDN2 with AND and impl ORN2 IndecisiveTurtle 2024-06-26 18:16:01 +0300
  • e94149340e kernel: Fix pread and pwrite IndecisiveTurtle 2024-06-26 18:09:58 +0300
  • 3a80df007e linker: More null check IndecisiveTurtle 2024-06-26 18:04:28 +0300
  • 4846704832 shader_recompiler: More instructions and fix for swords of ditto IndecisiveTurtle 2024-06-26 18:03:09 +0300
  • 9bd3898829 kernel: Rework semaphore implementation IndecisiveTurtle 2024-06-26 17:57:18 +0300
  • d0f0f5a16a cmake: prefer system libraries Alexandre Bouvier 2024-06-24 18:30:00 +0200
  • a2394109ee kernel: Cleanup filesystem code IndecisiveTurtle 2024-06-26 17:54:36 +0300
  • 3532fd1c9c
    Merge pull request #215 from shadps4-emu/miscFixAgain psucien 2024-06-26 14:15:07 +0200
  • 5ed0794c20
    Merge pull request #211 from abouvier/fix-include psucien 2024-06-26 14:02:50 +0200
  • 8a617be3b7 missed from previous commit georgemoralis 2024-06-26 14:57:18 +0300
  • 7ef11a7bd8 added sceKernelGetFsSandboxRandomWord and dummy posix_connect georgemoralis 2024-06-26 14:56:41 +0300
  • c511b1b0cf sceAudioOutGetPortState added georgemoralis 2024-06-18 14:28:09 +0300
  • 84a39e2fb0 load existing lle modules from sys_module folder georgemoralis 2024-06-26 14:43:01 +0300
  • a2224a9b6b fix system include paths Alexandre Bouvier 2024-06-25 16:40:55 +0200
  • 8f45be7d44
    Merge pull request #213 from shadps4-emu/hle/trophies georgemoralis 2024-06-25 18:38:35 +0300
  • 9b3a89467e fix for Linux build psucien 2024-06-25 17:14:12 +0200
  • c8a149c983
    Merge pull request #214 from shadps4-emu/miscFixes georgemoralis 2024-06-25 17:55:57 +0300
  • 3b2a312f15 kernel: thread_management: silence compilation warning psucien 2024-06-25 09:56:19 +0200
  • ff64dd74f6 libraries: trophy: a better stubs implementation psucien 2024-06-22 19:07:56 +0200
  • acc4ef7b4c common: slot_vector: added `is_allocated` to check if the slot already exists psucien 2024-06-25 09:43:25 +0200
  • 8475a62a46 common: `Common` namespace for the slot vector container psucien 2024-06-18 14:05:11 +0200
  • cee55355bf
    Merge pull request #208 from Xphalnos/main georgemoralis 2024-06-25 09:42:14 +0300
  • 52ff825171
    Merge pull request #212 from shadps4-emu/missing_gnm georgemoralis 2024-06-25 08:36:11 +0300
  • c04fbb75d8 libraries: gnm_driver: added `sceGnmDrawIndexIndirect` and `sceGnmDrawIndirect` psucien 2024-06-24 22:53:59 +0200
  • 444e4d5336 Quickstart Xphalnos 2024-06-24 20:40:24 +0200
  • 3f657b5f36 Quickstart Xphalnos 2024-06-24 20:34:06 +0200
  • 69223f10ba --- raziel1000 2024-06-24 09:37:16 -0600
  • 3b36fdc3d2 switched gamepad buttons and axis to event gbutton/gaxis instead and moved it to WindowSDL::waitEvent() (just testing for now) raziel1000 2024-06-24 09:31:55 -0600
  • 508d034263 libraries: gnm_driver: added `sceGnmSetEmbeddedPsShader` psucien 2024-06-24 14:51:17 +0200
  • 1b6cb32b34 re-fix georgemoralis 2024-06-24 13:46:45 +0300
  • 640354667e insure we reset padData georgemoralis 2024-06-24 13:41:18 +0300
  • ad4db71e00 missing touchpad reset in scePadReadState georgemoralis 2024-06-24 13:26:18 +0300
  • 6d2b2779ea added sceKernelPwrite georgemoralis 2024-06-24 13:25:50 +0300
  • 241c8e0077 - vibration only when we are actually using a gamepad, will make it better later :p raziel1000 2024-06-24 00:53:15 -0600
  • 808f228e54 - Initial gamepad support using SDL3 (tested quickly with an xbox one controller and only supports one connected pad for now), vibration should work too - Added a quick combobox to switch between keyboard and gamepad in Qt version. - to enable this add controller = 1 in config.toml under [General], or delete your config.toml and let the emu create a new one 0: for keyboard 1: for gamepad raziel1000 2024-06-24 00:43:58 -0600
  • c845b12990 Merge branch 'main' of https://github.com/Xphalnos/shadPS4 Xphalnos 2024-06-23 09:04:30 +0200
  • 7fe5f12f29 Screenshots fix Xphalnos 2024-06-23 08:57:32 +0200
  • acd9b57c88 Corrections de captures d'écran Xphalnos 2024-06-23 08:57:32 +0200
  • 8376813a67 libraries: kernel: alternative sema implementation more_hle psucien 2024-06-22 20:41:00 +0200
  • 6bbf8aa1c2 libraries: kernel: NIDs `scePthreadAttrSetstackaddr` and `scePthreadAttrSetguardsize` psucien 2024-06-22 19:09:28 +0200
  • 757e93dbd0 libraries: trophy: a better stubs implementation psucien 2024-06-22 19:07:56 +0200
  • d7a5cbfc95 common: slot_vector: added `is_allocated` to check if the slot already exists psucien 2024-06-22 19:04:42 +0200
  • d9036a702d common: `Common` namespace for the slot vector container psucien 2024-06-18 14:05:11 +0200
  • 7b89b7f5fd sceAudioOutGetPortState added (thanks to gmoralis) georgemoralis 2024-06-18 14:28:09 +0300
  • ab36a238bf kernel: event_queue: `sceKernelAddHRTimerEvent` implementation psucien 2024-06-22 18:59:06 +0200
  • cb6b21de1f
    Initial instancing and asynchronous compute queues (#207) psucien 2024-06-22 18:50:20 +0200
  • c3cc871919 texture_cache: `Image` usage flags moved; correct VO buffer pitch psucien 2024-06-22 18:36:35 +0200
  • 2618a1f91d gnm_driver: `sceGnmDingDong` implementation psucien 2024-06-22 17:56:27 +0200
  • d2737ae111 texture_cache: image upload logic moved into `Image` object psucien 2024-06-22 17:54:45 +0200
  • 29923389f2 renderer_vulkan: skip zero sized VBs from binding psucien 2024-06-22 01:03:30 +0200
  • 1d1d223b02 amdgpu: classic bitfields for T# representation (debugging experience) psucien 2024-06-21 23:46:40 +0200
  • cd1689b74b shader_recompiler: added support for fetch instance id psucien 2024-06-21 22:32:10 +0200
  • 9b86c61569 amdgpu: added ASC commands processor psucien 2024-06-21 20:40:16 +0200
  • 0d98dd8513 amdgpu: indirect buffer, release mem and some additional irq modes psucien 2024-06-21 20:37:30 +0200
  • 3684a764ad gnm_driver: correct vqid index range psucien 2024-06-18 10:15:04 +0200
  • f7fc8519a8 video_out: `sceVideoOutGetDeviceCapabilityInfo` for sdk runtime psucien 2024-06-17 22:17:31 +0200
  • 667a35acdc gnm_driver: added `sceGnmRegisterOwner` and `sceGnmRegisterResource` psucien 2024-06-17 21:33:10 +0200
  • a9cbd8287c
    Merge pull request #206 from shadps4-emu/shader-again georgemoralis 2024-06-22 18:19:08 +0300
  • 94b9992d99 more clang format fix (final) georgemoralis 2024-06-22 18:17:40 +0300
  • 32225f4a8b more clang fix georgemoralis 2024-06-22 18:15:42 +0300
  • 11a3906243 clang fix georgemoralis 2024-06-22 18:12:04 +0300
  • 73d60b7e8d linker: Set rela bits for all symbol types IndecisiveTurtle 2024-06-22 13:40:01 +0300
  • 11bfdf2348 kernel: Add noreturn IndecisiveTurtle 2024-06-22 01:27:56 +0300
  • 741427040f shader_recompiler: Even more instructions IndecisiveTurtle 2024-06-22 01:23:56 +0300
  • 30199fe701 kernel: Add scePthreadExit IndecisiveTurtle 2024-06-21 19:09:55 +0300
  • 30351ad112 linker: Fix TLS for dynamic modules IndecisiveTurtle 2024-06-21 19:02:49 +0300
  • 2506a285f4 kernel: Implement some functions IndecisiveTurtle 2024-06-21 18:22:37 +0300
  • 7bdaeafdfd kernel: Make sceKernelUsleep interruptible IndecisiveTurtle 2024-06-21 17:39:37 +0300
  • 8850c2f4be shader_recompiler: Add more instructions IndecisiveTurtle 2024-06-21 17:35:53 +0300
  • ce31fad222
    Merge pull request #200 from shadps4-emu/padrewrite georgemoralis 2024-06-22 18:04:15 +0300
  • 42f6ab7670 amdgpu: added ASC commands processor anzu/initial_boot psucien 2024-06-21 20:40:16 +0200
  • b8290ea521 amdgpu: indirect buffer, release mem and some additional irq modes psucien 2024-06-21 20:37:30 +0200
  • 7519d4610c added missing buttons and analog buttons to keyboard georgemoralis 2024-06-21 14:37:49 +0300
  • 966ff741d1 kernel: file_system: gmoralis's dirents implementation psucien 2024-06-20 21:45:58 +0200
  • 19edb8155f fixed stupid directory iterator issue georgemoralis 2024-06-20 22:29:08 +0300
  • 1b2c3ccc42 better dirents georgemoralis 2024-06-20 21:13:17 +0300
  • 49601f58ed initial dents support georgemoralis 2024-06-20 18:09:40 +0300
  • 0325e4795a posix_pthread_yield , scePadGetHandle georgemoralis 2024-06-20 17:10:14 +0300
  • 022e0c2fbb misc hle functions georgemoralis 2024-06-18 18:45:14 +0300
  • 8760abd6b5 added missing NIDS ,scePthreadAttrSetstackaddr,scePthreadAttrSetguardsize georgemoralis 2024-06-18 16:01:09 +0300
  • 48fdf0d9e9 libraries: trophy: a better stubs implementation psucien 2024-06-18 15:04:05 +0200
  • f375e0cfb0 common: slot_vector: added `IsAllocated` to check if a slot already exists psucien 2024-06-18 15:02:01 +0200
  • 723e3cd0f9 common: `Common` namespace for the slot vector container psucien 2024-06-18 14:05:11 +0200
  • 6f69b32555 sceAudioOutGetPortState added georgemoralis 2024-06-18 14:28:09 +0300
  • e92d636018 gnm_driver: correct vqid index range psucien 2024-06-18 10:15:04 +0200
  • 53dd407ae3 kernel: event_queue: initial `sceKernelAddHRTimerEvent` added psucien 2024-06-18 10:10:27 +0200
  • a5d22b8151 kernel: event_queue: check for filter match when triggering an event psucien 2024-06-18 10:02:28 +0200
  • b23d17696b kernel: event_queue: trace wait added psucien 2024-06-18 09:47:02 +0200
  • fe30369349 kernel: event_queue: slight event class refactoring psucien 2024-06-18 09:22:51 +0200
  • 76c92a9dfb video_out: `sceVideoOutGetDeviceCapabilityInfo` for sdk runtime psucien 2024-06-17 22:17:31 +0200