Commit Graph

  • 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
  • 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
  • 7519d4610c added missing buttons and analog buttons to keyboard georgemoralis 2024-06-21 14:37:49 +0300
  • 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
  • b17a57cb3d analog sticks works better now georgemoralis 2024-06-17 14:33:03 +0300
  • 91e6d35e89 analog support via keyboard georgemoralis 2024-06-17 13:42:39 +0300
  • 48d6ccd9bb partially added analog controls georgemoralis 2024-06-17 12:52:25 +0300
  • 57c65cadb8 fixes to the old pad code georgemoralis 2024-06-16 21:27:08 +0300
  • 9501bd77d4 clang fix georgemoralis 2024-06-15 18:47:35 +0300
  • 0aa29428e1 new pad module structured using modulegenerator , added common pad structures and function signatures georgemoralis 2024-06-15 18:43:01 +0300
  • d9f2758850
    Merge pull request #203 from shadps4-emu/video_core/more_functionality georgemoralis 2024-06-17 08:59:36 +0300
  • 5595da0a24 final touch: assert instead of log crit to crash earlier psucien 2024-06-17 00:42:26 +0200
  • abe2771c73 switch to the org's sirit submodule psucien 2024-06-16 23:58:43 +0200
  • 0c32ea242b shader_recompiler: list all missing instructions during translation pass psucien 2024-06-16 23:45:39 +0200
  • 396812bab6 shader_recompiler: added V_TRUNC VOP1/3 (496) psucien 2024-06-16 23:39:45 +0200
  • d3ab612bdc shader_recompiler: pretty print for missing shader instructions psucien 2024-06-16 23:11:36 +0200
  • ab4cc8b218 texture_cache: return back image view usage override psucien 2024-06-16 22:30:18 +0200
  • 6e7fd21338 renderer_vulkan: simplified sRGB hack psucien 2024-06-16 22:29:23 +0200
  • 3f92a68129 renderer_vulkan: BC3 formats conversion psucien 2024-06-16 22:29:04 +0200
  • d054c3e0ad shader_recompiler: added V_MAX VOP2 (431, 433) psucien 2024-06-16 21:34:23 +0200
  • be67fdc9c9 shader_recompiler: correct format for SSBO store op psucien 2024-06-16 21:21:19 +0200
  • 37ceea2314 renderer_vulkan: added log entry for CS compiling psucien 2024-06-16 20:51:35 +0200
  • 54f8616d6a shader_recompiler: added MUL_HI VOP2 (896) psucien 2024-06-16 20:39:53 +0200
  • 1fc86a6c9d shader_recompiler: added SOPK MOVK (45) psucien 2024-06-16 20:26:24 +0200
  • 52f3b74fdd Missing sceKernelUuidCreate nid raziel1000 2024-06-15 17:01:20 -0600
  • ca25333a1e
    core: Address a few more regressions (#202) TheTurtle 2024-06-16 01:50:07 +0300
  • d0c3ce6413 clang format IndecisiveTurtle 2024-06-16 01:29:25 +0300
  • 736b451f82 address_space: Fix Unmap call on linux IndecisiveTurtle 2024-06-16 01:25:09 +0300
  • 3552484b33
    Merge pull request #201 from shadps4-emu/stabilization_4 georgemoralis 2024-06-16 01:18:43 +0300
  • b02ec385b2 video_out: proper sRGB output workflow psucien 2024-06-15 23:16:53 +0200
  • b2b45bf480 video_core: added support for alternate CB channels order psucien 2024-06-15 22:18:21 +0200
  • b9602afc82 renderer_vulkan: sRGB swapchain psucien 2024-06-15 22:12:18 +0200
  • e6f773f950 videoout: register buffers in texture cache at VO creation time psucien 2024-06-15 21:18:48 +0200
  • bdb235716a texture_cache: don't set color attachment usage flag for packed images psucien 2024-06-15 10:21:07 +0200
  • fd8ceacef7 video_core: shaders hash switched to one from binary header psucien 2024-06-15 23:24:32 +0200
  • a641a343b2 kernel: Remove unused signal function IndecisiveTurtle 2024-06-16 00:23:56 +0300
  • 37cbdad57b renderer_vulkan: static vector for vertex buffers ranges psucien 2024-06-14 11:26:23 +0200
  • a0fe34b01f tracy: added PthreadMutex markup psucien 2024-06-15 10:28:51 +0200
  • 142ad54876 gnmdriver: fix for pm4 dump name in some erroneous cases psucien 2024-06-12 20:52:28 +0200
  • be6f523b6e renderer_vulkan: fixed buffers alignments psucien 2024-06-15 23:20:13 +0200
  • 7577bd4e77 kernel: Back to SCHED_OTHER IndecisiveTurtle 2024-06-16 00:17:57 +0300
  • 54721d7565 emulator: Remove nptoolkit IndecisiveTurtle 2024-06-15 23:58:03 +0300
  • a9e54320b9 tls: Actaully fix TLS on linux IndecisiveTurtle 2024-06-15 23:47:09 +0300
  • 1e69f83d9e libraries: fix for Windows crash during LLE libc initialization psucien 2024-06-15 20:04:36 +0200
  • 0fa7d5d02c
    - sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemporaryDataMount2 (#199) Younes 2024-06-15 08:51:51 -0600
  • d5e9013570 - sceKernelUuidCreate, sceAppContentAppParamGetInt, sceAppContentTemporaryDataMount2 - PlayGo - stub libusbd -added /temp0 and /data mounts at emu start. (Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden) - some posix functions raziel1000 2024-06-15 07:18:08 -0600
  • 31aeec990d
    Merge branch 'main' into stubs_1 Younes 2024-06-15 06:29:30 -0600
  • c5d1d579b1
    core: Many things (#194) TheTurtle 2024-06-15 14:36:07 +0300