Commit Graph

  • 307560a3fd gnm_driver: added `sceGnmRegisterOwner` and `sceGnmRegisterResource` psucien 2024-06-17 21:33:10 +0200
  • 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
  • b7b1487d99 kernel: Rework keys IndecisiveTurtle 2024-06-15 13:40:40 +0300
  • 1307be09db fix windows build IndecisiveTurtle 2024-06-15 13:02:15 +0300
  • 417d068016 Merge branch 'main' of https://github.com/shadps4-emu/shadPS4 into missed IndecisiveTurtle 2024-06-15 12:51:14 +0300
  • 5834b82efb Improve linux support IndecisiveTurtle 2024-06-15 03:43:42 +0300
  • c9d052e218 *** raziel1000 2024-06-14 23:14:55 -0600
  • ce78165351 sceAppContentAppParamGetInt, scePlayGoGetLocus, scePlayGoGetProgress raziel1000 2024-06-14 23:10:25 -0600
  • b804095803 clang format... raziel1000 2024-06-14 15:40:33 -0600
  • 99ef2d65a6 Added sceAppContentTemporaryDataMount2. added /temp0 and /data mounts at emu start. (Ghost Files: Memory of a Crime, Abyss: The Wraiths of Eden) raziel1000 2024-06-14 15:36:27 -0600
  • 6d0dfdd82a
    fix Younes 2024-06-14 14:10:28 -0600
  • b2a03e3828 added sceKernelUuidCreate (Ghost Files: Memory of a Crime and Abyss: The Wraiths of Eden) raziel1000 2024-06-14 13:59:52 -0600
  • 7aaf31ea4a clang format raziel1000 2024-06-14 13:30:13 -0600
  • ee247d3064 posix_mkdir, posix_read, posix_lseek, posix_close, posix_pthread_cond_init, posix_pthread_cond_signal, posix_pthread_cond_destroy (will be needed for Abyss: The Wraiths of Eden) raziel1000 2024-06-14 13:28:33 -0600
  • 1cec01644b stubbed PlayGo, Usbd and load Json2 lle raziel1000 2024-06-14 13:05:01 -0600
  • 6a47f8ae50
    Merge pull request #197 from Xphalnos/main georgemoralis 2024-06-14 17:28:56 +0300
  • d1f409f373 Screenshots Xphalnos 2024-06-14 14:53:18 +0200
  • edf6724e74 Merge branch 'main' of https://github.com/Xphalnos/shadPS4 Xphalnos 2024-06-14 14:33:08 +0200
  • eb22704771 More screenshots for README Xphalnos 2024-06-14 14:32:41 +0200
  • 1a26983181
    Merge pull request #196 from shadps4-emu/LibPngDec georgemoralis 2024-06-14 11:02:19 +0300
  • 080ec3e23e Added LibPngDec (tested with Metal Slug 3, Risk of Rain, Deadbolt and Nidhogg) raziel1000 2024-06-14 01:37:26 -0600
  • b031ba0719 Merge https://github.com/shadps4-emu/shadPS4 into missed IndecisiveTurtle 2024-06-14 01:01:28 +0300
  • 31bd502764
    core: Fixup linux support (#195) TheTurtle 2024-06-14 00:58:57 +0300
  • 609a995fc4 core: Implement memory manager for linux IndecisiveTurtle 2024-06-14 00:23:33 +0300
  • 77b7f66ee2 tls: Implement for linux IndecisiveTurtle 2024-06-13 21:50:08 +0300
  • 4d0c9cab59 re-enabled system modules and disable debug in libs.h georgemoralis 2024-06-13 18:55:01 +0300
  • f413ec09df return error code if sceKernelLoadStartModule module is invalid georgemoralis 2024-06-13 15:00:10 +0300
  • 95340f578f fixed return codes georgemoralis 2024-06-13 14:41:21 +0300
  • a660a94f3b draft pthreads keys implementation georgemoralis 2024-06-13 14:36:29 +0300
  • 9ccc8786eb fixed ngs2 lle loading and rtc lib georgemoralis 2024-06-12 23:33:59 +0300
  • 276456e484 Merge branch 'main' of https://github.com/shadps4-emu/shadPS4 into missed raphaelthegreat 2024-06-12 23:01:29 +0300
  • 2142ddef10 clang format raphaelthegreat 2024-06-12 22:59:40 +0300
  • e62690759d
    Fix missing SDL3.dll error message for Windows-Qt (#193) Xphalnos 2024-06-12 18:09:54 +0200
  • 1eefd4004e Fix missing SDL3.dll error message for Windows-Qt Xphalnos 2024-06-12 17:20:10 +0200
  • 834d01662d sceKernelPollSema fix georgemoralis 2024-06-12 18:01:04 +0300
  • 400d910743
    Merge pull request #184 from shadps4-emu/externals/tracy georgemoralis 2024-06-12 17:19:44 +0300
  • dfe2c345dc
    Merge pull request #192 from Xphalnos/main georgemoralis 2024-06-12 17:19:25 +0300
  • 24446bcc32 Cuphead work raphaelthegreat 2024-06-12 12:59:28 +0300
  • 64569ff737 tracy: guards for missing vk profiler context psucien 2024-06-11 22:57:37 +0200
  • 8362e2c497 fixed windows qt build georgemoralis 2024-06-11 23:26:13 +0300
  • 7599ba1761
    Merge branch 'shadps4-emu:main' into main Xphalnos 2024-06-11 22:10:04 +0200
  • 955752a24b tracy: submodule update psucien 2024-06-11 21:58:35 +0200
  • d7565dec57 tracy: added Vulkan GPU profiling psucien 2024-06-11 21:52:48 +0200
  • 8612907831 really fixed typo georgemoralis 2024-06-11 22:41:35 +0300
  • ac0d073050 Improve Building and Readme Xphalnos 2024-06-11 21:14:18 +0200
  • 991d44bde6 fix typo georgemoralis 2024-06-11 19:36:17 +0300
  • 7c7b617852 Minor fixes Xphalnos 2024-06-11 18:15:36 +0200
  • 1666b9d199 memory: Fix tessellation buffer mapping raphaelthegreat 2024-06-11 17:31:01 +0300
  • e8fa9e0e89 added libScePosix nanosleep georgemoralis 2024-06-11 16:42:15 +0300
  • 04b1226e9c tracy: basic markup and project palette psucien 2024-06-11 12:14:33 +0200
  • e89b2d1cdd Added Tracy profiler psucien 2024-06-10 17:20:49 +0200
  • 4fd30c0ea8 just the posix_nanosleep sister raziel1000 2024-06-11 00:10:21 -0600
  • a4fa36bd91 sceKernelUuidCreate(win), posix_pthread_create, posix_pthread_detach raziel1000 2024-06-11 00:00:16 -0600
  • ff3a42c11e re-implemented thread conds functions georgemoralis 2024-06-11 08:04:15 +0300
  • 27a4a57ad6 enabled sceKernelNanosleep always been forgotten applied @psucien fix to posix_usleep added posix_getpagesize raziel1000 2024-06-10 22:55:04 -0600
  • bff2f006fb
    Merge pull request #190 from shadps4-emu/stabilization_three georgemoralis 2024-06-11 07:25:55 +0300
  • e3fd089881
    Merge pull request #189 from shadps4-emu/qt-again georgemoralis 2024-06-11 07:04:31 +0300