Commit graph

  • 85bae2e94e HLE DSP: Handle cycle drifting wheremyfoodat 2024-08-04 16:46:43 +03:00
  • e9f98bffa9
    Merge pull request #571 from jonian/lr-cheats wheremyfoodat 2024-08-03 09:53:18 +00:00
  • 6e65367e07
    size_t -> usize wheremyfoodat 2024-08-03 12:52:52 +03:00
  • 68a6d73a18 Libretro: Add support for cheats Jonian Guveli 2024-08-03 10:32:26 +03:00
  • c50c9a35a7
    Merge pull request #570 from wheremyfoodat/litp wheremyfoodat 2024-08-02 20:17:44 +00:00
  • 24c4e02143 Format litp test wheremyfoodat 2024-08-02 22:59:33 +03:00
  • 195f3388e9 PICA: Add LITP test + interpreter implementation wheremyfoodat 2024-08-02 22:53:51 +03:00
  • b46f7ad9bc Shader decompiler: Add loops wheremyfoodat 2024-08-01 00:55:20 +03:00
  • ffcf352dd2 Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-31 23:44:22 +03:00
  • eacd9fdbff
    Merge pull request #569 from wheremyfoodat/gs wheremyfoodat 2024-07-31 15:44:38 +00:00
  • fd30fe77df Context shenanigans offtkp 2024-07-31 18:40:41 +03:00
  • d1922798c5 CMake: Disable /GS when using MSVC for user builds wheremyfoodat 2024-07-31 18:22:14 +03:00
  • d1f3c3f003 Make it nicer... offtkp 2024-07-31 16:56:03 +03:00
  • 95c5945289 Whoopsie of major proportions offtkp 2024-07-31 05:01:38 +03:00
  • fa0df3a1e3 Bigger whoops offtkp 2024-07-31 04:05:47 +03:00
  • f49a101170 More whoopsies???!? offtkp 2024-07-31 04:06:26 +03:00
  • 5e0fceef63 A couple whoopsies offtkp 2024-07-31 03:43:47 +03:00
  • ab4c9b2ae5 Boops offtkp 2024-07-31 03:16:38 +03:00
  • e666afd1a3 DSP HLE: Fix buffer queue metadata wheremyfoodat 2024-07-31 02:51:40 +03:00
  • 78ac8d2c0d A kissable commit offtkp 2024-07-19 18:49:21 +03:00
  • 1b779cafa1 Add shaderMode option and remove useUbershader option offtkp 2024-07-31 01:44:55 +03:00
  • d3f45a0074 Add shaderMode option and remove useUbershader option offtkp 2024-07-31 01:44:55 +03:00
  • 91ebff1b5f
    Merge pull request #567 from wheremyfoodat/seed-crypto wheremyfoodat 2024-07-30 11:45:03 +00:00
  • bec63c43a1
    AES: Properly handle missing seeds wheremyfoodat 2024-07-30 14:36:39 +03:00
  • e6c97edb1c
    AES: Remove unused seedsLoaded variable wheremyfoodat 2024-07-30 14:32:42 +03:00
  • f572373fc1 AES: Implement seed crypto wheremyfoodat 2024-07-30 14:29:18 +03:00
  • e26f58595e HLE DSP: Reset flags should take priority wheremyfoodat 2024-07-30 00:36:16 +03:00
  • 6668ba3e37 HLE DSP: Fix embedded buffer starting sample position wheremyfoodat 2024-07-29 23:46:36 +03:00
  • 57ecc18f32 HLE DSP: Implement buffer queue dirty bit wheremyfoodat 2024-07-29 23:03:17 +03:00
  • 45dd69d62a HLE DSP: Pop unused samples when loading new buffer wheremyfoodat 2024-07-29 21:58:00 +03:00
  • c7db6fe5dc FIx DSP region calculation wheremyfoodat 2024-07-29 19:54:46 +03:00
  • b481a049e4
    Override hw accel default wheremyfoodat 2024-07-29 02:40:48 +03:00
  • b53df8776f Merge branch 'shader-decomp' of https://github.com/wheremyfoodat/Panda3DS into shader-decomp wheremyfoodat 2024-07-29 01:47:44 +03:00
  • 53ee3f3051 Simplify vertex cache code wheremyfoodat 2024-07-29 01:42:56 +03:00
  • 1c9df7c02c Simply vertex cache code wheremyfoodat 2024-07-29 01:42:56 +03:00
  • 0d6bef2d70 PICA decompiler: Cache VS uniforms wheremyfoodat 2024-07-29 01:27:13 +03:00
  • 7209740418 Fix shader caching being broken wheremyfoodat 2024-07-29 01:03:41 +03:00
  • 59f4f236d8 Shader decompiler: Add DPH/DPHI wheremyfoodat 2024-07-29 00:21:30 +03:00
  • 94bd060082 Shader decompiler: Optimize mova with both x and y masked wheremyfoodat 2024-07-28 21:28:16 +03:00
  • 4040d885c6 Shader decompiler: Add register indexing wheremyfoodat 2024-07-28 21:25:51 +03:00
  • 94d8270d75
    Update config.hpp wheremyfoodat 2024-07-28 19:38:19 +03:00
  • b3f35d82a7 Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-28 19:20:44 +03:00
  • 908222f26f
    HLE DSP: Don't printf on buffer queue dirty wheremyfoodat 2024-07-28 19:05:50 +03:00
  • 04e18987dc
    Merge pull request #563 from wheremyfoodat/wheremyfoodat-patch-2 wheremyfoodat 2024-07-28 16:03:50 +00:00
  • e557bd2976
    Fix HLE__DSP::RecvData wheremyfoodat 2024-07-28 19:03:05 +03:00
  • d125180847 Shader decompiler: Add FLR/SLT/SLTI/SGE/SGEI wheremyfoodat 2024-07-28 17:48:16 +03:00
  • 6c738e821d Moar instructions wheremyfoodat 2024-07-28 16:06:38 +03:00
  • 9ee1c3964a Shader decompiler: Implement proper output semantic mapping wheremyfoodat 2024-07-28 15:36:22 +03:00
  • 37d7bad5aa Disgusting changes to handle the fact that hw shader shaders are 2x as big wheremyfoodat 2024-07-28 03:38:23 +03:00
  • 44705508ff Shader Decomp: Remove pair member capture in lambda (unsupported on NDK) wheremyfoodat 2024-07-28 00:47:50 +03:00
  • a20982f78a Shader decompiler: Fix desitnation mask wheremyfoodat 2024-07-26 23:30:31 +03:00
  • 5eb15de431 Shader decompiler: More control flow handling wheremyfoodat 2024-07-26 22:02:03 +03:00
  • ff3afd436a Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-26 16:28:04 +03:00
  • 67daf03e44 Shader decompiler: Actually break on control flow instructions wheremyfoodat 2024-07-26 16:27:41 +03:00
  • d0f13de4c5
    Fix swapping loaded ELF files wheremyfoodat 2024-07-26 16:25:38 +03:00
  • 9274a959fe Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-26 14:49:18 +03:00
  • f095e6af0b
    Shadergen: Move comments outside of emitted source code wheremyfoodat 2024-07-26 14:44:11 +03:00
  • db64b0a260 Shader decompiler: Readd clipping wheremyfoodat 2024-07-26 14:41:28 +03:00
  • 67ff1ccb8b Shader decompiler: Get PICA uniforms uploaded to the GPU wheremyfoodat 2024-07-26 14:28:48 +03:00
  • fd90cf7d9f Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-26 12:57:46 +03:00
  • b7bc520afa
    Merge pull request #562 from jonian/sdl-mouse-fix wheremyfoodat 2024-07-26 09:44:55 +00:00
  • 13bff60257 SDL: Fix mouse coords in gyroscope emulation Jonian Guveli 2024-07-26 12:25:45 +03:00
  • 11e7eb7fd6 SDL: Fixup touchscreen code wheremyfoodat 2024-07-26 12:05:33 +03:00
  • 1413cdaebf SDL: Fix mouse coords Jonian Guveli 2024-07-26 09:41:48 +03:00
  • e8b4992036 Shader decompiler: More smallen-ing wheremyfoodat 2024-07-26 01:24:52 +03:00
  • 213183895a Further simplify shader decompiler output wheremyfoodat 2024-07-26 01:15:03 +03:00
  • 2fc09223aa Shader compiler: Simplify generated code for reading and faster compilation wheremyfoodat 2024-07-26 01:08:00 +03:00
  • d9f4f3736f Shader Decompiler: Fix vertex attribute upload wheremyfoodat 2024-07-26 00:21:26 +03:00
  • efcb42af2c Shader decompiler: Fix redundant compilations wheremyfoodat 2024-07-25 23:36:22 +03:00
  • 69accdec54 Merge branch 'master' into shader-decomp wheremyfoodat 2024-07-25 22:27:15 +03:00
  • 2abf642922
    Merge pull request #561 from wheremyfoodat/uniformz wheremyfoodat 2024-07-25 17:39:26 +00:00
  • 32ddc28789 Shadergen: Move fog colour to uniform wheremyfoodat 2024-07-25 20:18:30 +03:00
  • 33cb3d9c9f SDL: Add window resizing wheremyfoodat 2024-07-25 20:05:23 +03:00
  • a0e506affc Share fragment UBO between shadergen programs wheremyfoodat 2024-07-25 19:51:29 +03:00
  • bb19049fc0
    Merge pull request #560 from jonian/qt-window-close wheremyfoodat 2024-07-25 10:59:18 +00:00
  • da23ec1a06
    Don't deinit SDL from non-SDL thread wheremyfoodat 2024-07-25 13:40:01 +03:00
  • 19b69bbdc2 Qt: Stop emuThread on closeEvent Jonian Guveli 2024-07-25 11:04:57 +03:00
  • 2f4c169cad Hook up vertex shaders to shader cache wheremyfoodat 2024-07-25 04:04:41 +03:00
  • df5d14e3d8
    Shadergen: Remove unused vertex shader code wheremyfoodat 2024-07-25 03:59:01 +03:00
  • 251ff5ee49 Add shader acceleration setting wheremyfoodat 2024-07-25 00:19:07 +03:00
  • a2b8a7b23d Add fmt submodule and port shader decompiler instructions to it wheremyfoodat 2024-07-24 23:48:55 +03:00
  • 90f411889b Renderer: Add prepareForDraw callback wheremyfoodat 2024-07-24 23:23:24 +03:00
  • 37cf0ad0b2 fix: fog Samuliak 2024-07-24 16:19:59 +02:00
  • f16486757b
    Merge pull request #558 from wheremyfoodat/shader-decomp wheremyfoodat 2024-07-24 14:02:53 +00:00
  • 156c3031a2 More instructions in shader decompiler wheremyfoodat 2024-07-24 16:47:46 +03:00
  • 4a9fb9bdc3 make lut texture 2D Samuliak 2024-07-24 11:24:55 +02:00
  • 2dc5c706b5
    Merge pull request #557 from wheremyfoodat/shader-decomp wheremyfoodat 2024-07-23 23:38:16 +00:00
  • be75fa43a3 More shader->GLSL recompiler work wheremyfoodat 2024-07-24 02:00:45 +03:00
  • c319e59545
    Resizing window on Qt (#556) wheremyfoodat 2024-07-23 20:13:14 +00:00
  • bb74bcee33 rdeepfried wheremyfoodat 2024-07-23 22:47:36 +03:00
  • c1fe8e9cd1 Switch to std::function for resize callback wheremyfoodat 2024-07-23 22:22:33 +03:00
  • 65d7b9d886
    Fix header inclusion order wheremyfoodat 2024-07-23 19:07:59 +03:00
  • 020a29b577 Qt: Allocate screen on heap for setCentralWidget wheremyfoodat 2024-07-23 17:32:53 +03:00
  • 2e5ab26b46 Qt: Add screen resize wheremyfoodat 2024-07-23 16:55:31 +03:00
  • 1ad3cbfc04
    Don't manually strip Android shared library wheremyfoodat 2024-07-23 15:51:34 +03:00
  • a055269a1d
    Fidding with Android CI configuration wheremyfoodat 2024-07-23 15:48:14 +03:00
  • 7aa41d0b35
    Merge pull request #554 from wheremyfoodat/metallica wheremyfoodat 2024-07-23 12:37:42 +00:00
  • 0f80d0af7a Rename Handle to HorizonHandle, add metal-cpp submodule, format wheremyfoodat 2024-07-23 15:22:15 +03:00
  • 8a1d9d5a22 fix: lighting Samuliak 2024-07-23 13:16:33 +02:00
  • 804a0b083f resolve merge conflicts Samuliak 2024-07-23 11:54:52 +02:00