Commit graph

  • 91940781b8 libraries: gnmdriver: complete HW stat init functions psucien 2024-06-27 13:36:55 +02:00
  • f5541e3c3d
    cmake: prefer system libraries (#216) Alexandre Bouvier 2024-06-27 12:46:55 +02:00
  • f522948df8
    Merge pull request #217 from shadps4-emu/stabilization7 georgemoralis 2024-06-26 20:39:05 +03:00
  • 521ff4d14b clang format fixes georgemoralis 2024-06-26 20:32:08 +03:00
  • 550bfa1c88 liverpool: Fix assert for compute queues IndecisiveTurtle 2024-06-26 20:00:09 +03:00
  • c8ed338d5a kernel: Const correctness IndecisiveTurtle 2024-06-26 18:17:39 +03:00
  • c081663aac translator: Merge ANDN2 with AND and impl ORN2 IndecisiveTurtle 2024-06-26 18:16:01 +03:00
  • e94149340e kernel: Fix pread and pwrite IndecisiveTurtle 2024-06-26 18:09:58 +03:00
  • 3a80df007e linker: More null check IndecisiveTurtle 2024-06-26 18:04:28 +03:00
  • 4846704832 shader_recompiler: More instructions and fix for swords of ditto IndecisiveTurtle 2024-06-26 18:03:09 +03:00
  • 9bd3898829 kernel: Rework semaphore implementation IndecisiveTurtle 2024-06-26 17:57:18 +03:00
  • d0f0f5a16a cmake: prefer system libraries Alexandre Bouvier 2024-06-24 18:30:00 +02:00
  • a2394109ee kernel: Cleanup filesystem code IndecisiveTurtle 2024-06-26 17:54:36 +03:00
  • 3532fd1c9c
    Merge pull request #215 from shadps4-emu/miscFixAgain psucien 2024-06-26 14:15:07 +02:00
  • 5ed0794c20
    Merge pull request #211 from abouvier/fix-include psucien 2024-06-26 14:02:50 +02:00
  • 8a617be3b7 missed from previous commit georgemoralis 2024-06-26 14:57:18 +03:00
  • 7ef11a7bd8 added sceKernelGetFsSandboxRandomWord and dummy posix_connect georgemoralis 2024-06-26 14:56:41 +03:00
  • c511b1b0cf sceAudioOutGetPortState added georgemoralis 2024-06-18 14:28:09 +03:00
  • 84a39e2fb0 load existing lle modules from sys_module folder georgemoralis 2024-06-26 14:43:01 +03:00
  • a2224a9b6b fix system include paths Alexandre Bouvier 2024-06-25 16:40:55 +02:00
  • 8f45be7d44
    Merge pull request #213 from shadps4-emu/hle/trophies georgemoralis 2024-06-25 18:38:35 +03:00
  • 9b3a89467e fix for Linux build psucien 2024-06-25 17:14:12 +02:00
  • c8a149c983
    Merge pull request #214 from shadps4-emu/miscFixes georgemoralis 2024-06-25 17:55:57 +03:00
  • 3b2a312f15 kernel: thread_management: silence compilation warning psucien 2024-06-25 09:56:19 +02:00
  • ff64dd74f6 libraries: trophy: a better stubs implementation psucien 2024-06-22 19:07:56 +02:00
  • acc4ef7b4c common: slot_vector: added is_allocated to check if the slot already exists psucien 2024-06-25 09:43:25 +02:00
  • 8475a62a46 common: Common namespace for the slot vector container psucien 2024-06-18 14:05:11 +02:00
  • cee55355bf
    Merge pull request #208 from Xphalnos/main georgemoralis 2024-06-25 09:42:14 +03:00
  • 52ff825171
    Merge pull request #212 from shadps4-emu/missing_gnm georgemoralis 2024-06-25 08:36:11 +03:00
  • c04fbb75d8 libraries: gnm_driver: added sceGnmDrawIndexIndirect and sceGnmDrawIndirect psucien 2024-06-24 22:53:59 +02:00
  • 444e4d5336 Quickstart Xphalnos 2024-06-24 20:40:24 +02:00
  • 3f657b5f36 Quickstart Xphalnos 2024-06-24 20:34:06 +02:00
  • 69223f10ba --- raziel1000 2024-06-24 09:37:16 -06:00
  • 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 -06:00
  • 508d034263 libraries: gnm_driver: added sceGnmSetEmbeddedPsShader psucien 2024-06-24 14:51:17 +02:00
  • 1b6cb32b34 re-fix georgemoralis 2024-06-24 13:46:45 +03:00
  • 640354667e insure we reset padData georgemoralis 2024-06-24 13:41:18 +03:00
  • ad4db71e00 missing touchpad reset in scePadReadState georgemoralis 2024-06-24 13:26:18 +03:00
  • 6d2b2779ea added sceKernelPwrite georgemoralis 2024-06-24 13:25:50 +03:00
  • 241c8e0077 - vibration only when we are actually using a gamepad, will make it better later :p raziel1000 2024-06-24 00:53:15 -06:00
  • 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 -06:00
  • c845b12990 Merge branch 'main' of https://github.com/Xphalnos/shadPS4 Xphalnos 2024-06-23 09:04:30 +02:00
  • 7fe5f12f29 Screenshots fix Xphalnos 2024-06-23 08:57:32 +02:00
  • acd9b57c88 Corrections de captures d'écran Xphalnos 2024-06-23 08:57:32 +02:00
  • cb6b21de1f
    Initial instancing and asynchronous compute queues (#207) psucien 2024-06-22 18:50:20 +02:00
  • c3cc871919 texture_cache: Image usage flags moved; correct VO buffer pitch psucien 2024-06-22 18:36:35 +02:00
  • 2618a1f91d gnm_driver: sceGnmDingDong implementation psucien 2024-06-22 17:56:27 +02:00
  • d2737ae111 texture_cache: image upload logic moved into Image object psucien 2024-06-22 17:54:45 +02:00
  • 29923389f2 renderer_vulkan: skip zero sized VBs from binding psucien 2024-06-22 01:03:30 +02:00
  • 1d1d223b02 amdgpu: classic bitfields for T# representation (debugging experience) psucien 2024-06-21 23:46:40 +02:00
  • cd1689b74b shader_recompiler: added support for fetch instance id psucien 2024-06-21 22:32:10 +02:00
  • 9b86c61569 amdgpu: added ASC commands processor psucien 2024-06-21 20:40:16 +02:00
  • 0d98dd8513 amdgpu: indirect buffer, release mem and some additional irq modes psucien 2024-06-21 20:37:30 +02:00
  • 3684a764ad gnm_driver: correct vqid index range psucien 2024-06-18 10:15:04 +02:00
  • f7fc8519a8 video_out: sceVideoOutGetDeviceCapabilityInfo for sdk runtime psucien 2024-06-17 22:17:31 +02:00
  • 667a35acdc gnm_driver: added sceGnmRegisterOwner and sceGnmRegisterResource psucien 2024-06-17 21:33:10 +02:00
  • a9cbd8287c
    Merge pull request #206 from shadps4-emu/shader-again georgemoralis 2024-06-22 18:19:08 +03:00
  • 94b9992d99 more clang format fix (final) georgemoralis 2024-06-22 18:17:40 +03:00
  • 32225f4a8b more clang fix georgemoralis 2024-06-22 18:15:42 +03:00
  • 11a3906243 clang fix georgemoralis 2024-06-22 18:12:04 +03:00
  • 73d60b7e8d linker: Set rela bits for all symbol types IndecisiveTurtle 2024-06-22 13:40:01 +03:00
  • 11bfdf2348 kernel: Add noreturn IndecisiveTurtle 2024-06-22 01:27:56 +03:00
  • 741427040f shader_recompiler: Even more instructions IndecisiveTurtle 2024-06-22 01:23:56 +03:00
  • 30199fe701 kernel: Add scePthreadExit IndecisiveTurtle 2024-06-21 19:09:55 +03:00
  • 30351ad112 linker: Fix TLS for dynamic modules IndecisiveTurtle 2024-06-21 19:02:49 +03:00
  • 2506a285f4 kernel: Implement some functions IndecisiveTurtle 2024-06-21 18:22:37 +03:00
  • 7bdaeafdfd kernel: Make sceKernelUsleep interruptible IndecisiveTurtle 2024-06-21 17:39:37 +03:00
  • 8850c2f4be shader_recompiler: Add more instructions IndecisiveTurtle 2024-06-21 17:35:53 +03:00
  • ce31fad222
    Merge pull request #200 from shadps4-emu/padrewrite georgemoralis 2024-06-22 18:04:15 +03:00
  • 7519d4610c added missing buttons and analog buttons to keyboard georgemoralis 2024-06-21 14:37:49 +03:00
  • 19edb8155f fixed stupid directory iterator issue georgemoralis 2024-06-20 22:29:08 +03:00
  • 1b2c3ccc42 better dirents georgemoralis 2024-06-20 21:13:17 +03:00
  • 49601f58ed initial dents support georgemoralis 2024-06-20 18:09:40 +03:00
  • 0325e4795a posix_pthread_yield , scePadGetHandle georgemoralis 2024-06-20 17:10:14 +03:00
  • b17a57cb3d analog sticks works better now georgemoralis 2024-06-17 14:33:03 +03:00
  • 91e6d35e89 analog support via keyboard georgemoralis 2024-06-17 13:42:39 +03:00
  • 48d6ccd9bb partially added analog controls georgemoralis 2024-06-17 12:52:25 +03:00
  • 57c65cadb8 fixes to the old pad code georgemoralis 2024-06-16 21:27:08 +03:00
  • 9501bd77d4 clang fix georgemoralis 2024-06-15 18:47:35 +03:00
  • 0aa29428e1 new pad module structured using modulegenerator , added common pad structures and function signatures georgemoralis 2024-06-15 18:43:01 +03:00
  • d9f2758850
    Merge pull request #203 from shadps4-emu/video_core/more_functionality georgemoralis 2024-06-17 08:59:36 +03:00
  • 5595da0a24 final touch: assert instead of log crit to crash earlier psucien 2024-06-17 00:42:26 +02:00
  • abe2771c73 switch to the org's sirit submodule psucien 2024-06-16 23:58:43 +02:00
  • 0c32ea242b shader_recompiler: list all missing instructions during translation pass psucien 2024-06-16 23:45:39 +02:00
  • 396812bab6 shader_recompiler: added V_TRUNC VOP1/3 (496) psucien 2024-06-16 23:39:45 +02:00
  • d3ab612bdc shader_recompiler: pretty print for missing shader instructions psucien 2024-06-16 23:11:36 +02:00
  • ab4cc8b218 texture_cache: return back image view usage override psucien 2024-06-16 22:30:18 +02:00
  • 6e7fd21338 renderer_vulkan: simplified sRGB hack psucien 2024-06-16 22:29:23 +02:00
  • 3f92a68129 renderer_vulkan: BC3 formats conversion psucien 2024-06-16 22:29:04 +02:00
  • d054c3e0ad shader_recompiler: added V_MAX VOP2 (431, 433) psucien 2024-06-16 21:34:23 +02:00
  • be67fdc9c9 shader_recompiler: correct format for SSBO store op psucien 2024-06-16 21:21:19 +02:00
  • 37ceea2314 renderer_vulkan: added log entry for CS compiling psucien 2024-06-16 20:51:35 +02:00
  • 54f8616d6a shader_recompiler: added MUL_HI VOP2 (896) psucien 2024-06-16 20:39:53 +02:00
  • 1fc86a6c9d shader_recompiler: added SOPK MOVK (45) psucien 2024-06-16 20:26:24 +02:00
  • 52f3b74fdd Missing sceKernelUuidCreate nid raziel1000 2024-06-15 17:01:20 -06:00
  • ca25333a1e
    core: Address a few more regressions (#202) TheTurtle 2024-06-16 01:50:07 +03:00
  • d0c3ce6413 clang format IndecisiveTurtle 2024-06-16 01:29:25 +03:00
  • 736b451f82 address_space: Fix Unmap call on linux IndecisiveTurtle 2024-06-16 01:25:09 +03:00
  • 3552484b33
    Merge pull request #201 from shadps4-emu/stabilization_4 georgemoralis 2024-06-16 01:18:43 +03:00
  • b02ec385b2 video_out: proper sRGB output workflow psucien 2024-06-15 23:16:53 +02:00