Commit Graph

  • 24bb295d82 Libretro: Expose FCRAM pointer Jonian Guveli 2024-08-18 23:02:02 +03:00
  • 27de70dce9 Merge pull request #580 from warmenhoven/warmenhoven/pr/libretro-ci wheremyfoodat 2024-08-17 23:03:56 +00:00
  • 4a90b1ede1 Compile SDL in libretro frontend wheremyfoodat 2024-08-18 01:18:08 +03:00
  • 992c9fb98c add libretro gitlab CI file Eric Warmenhoven 2024-08-11 19:21:55 -04:00
  • 458e466f67 Merge pull request #579 from wheremyfoodat/hle-dsp wheremyfoodat 2024-08-16 15:31:01 +00:00
  • 1256395688 IWYU wheremyfoodat 2024-08-16 18:05:21 +03:00
  • ac3840ddb0 Docs: Add accelerometer sample data wheremyfoodat 2024-08-16 17:58:53 +03:00
  • dbdf21b1ab Improve accelerometer algorithm wheremyfoodat 2024-08-16 17:54:15 +03:00
  • 45eda2f120 bring back cmake changes Samuliak 2024-08-16 12:25:46 +02:00
  • 58e1a53699 metal: create renderer Samuliak 2024-08-16 11:06:23 +02:00
  • 98b5d56021 metal: add all the files Samuliak 2024-08-16 10:06:56 +02:00
  • c772b1c702 Initial accelerometer support wheremyfoodat 2024-08-15 17:31:55 +03:00
  • 0602467c61 Merge branch 'wheremyfoodat:master' into master SamoZ256 2024-08-15 12:32:52 +02:00
  • e756815b51 Merge pull request #577 from wheremyfoodat/hle-dsp wheremyfoodat 2024-08-14 20:43:42 +00:00
  • ff7e0f9ca8 Optimize gyro calculation wheremyfoodat 2024-08-14 23:41:48 +03:00
  • 16cac4c05a Merge pull request #576 from wheremyfoodat/hle-dsp wheremyfoodat 2024-08-14 20:32:44 +00:00
  • 520e00c553 Qt: Add controller gyroscope wheremyfoodat 2024-08-14 22:57:45 +03:00
  • d208c24c0c Implement controller gyroscope in SDL wheremyfoodat 2024-08-14 22:35:02 +03:00
  • 4a2491df81 Merge pull request #575 from wheremyfoodat/hle-dsp wheremyfoodat 2024-08-14 18:09:27 +00:00
  • 17b9699c24 Workaround MacOS runner image breaking again wheremyfoodat 2024-08-14 17:58:26 +00:00
  • 88e0782f71 HLE DSP: Fix source resetting wheremyfoodat 2024-08-14 20:13:38 +03:00
  • 860eacc7e6 Add createFromBinary function (#573) Paris Oplopoios 2024-08-08 17:29:44 +03:00
  • 0cf5687e64 Merge pull request #566 from wheremyfoodat/hle-dsp wheremyfoodat 2024-08-04 14:35:44 +00:00
  • 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
  • eacd9fdbff Merge pull request #569 from wheremyfoodat/gs wheremyfoodat 2024-07-31 15:44:38 +00:00
  • d1922798c5 CMake: Disable /GS when using MSVC for user builds wheremyfoodat 2024-07-31 18:22:14 +03:00
  • e666afd1a3 DSP HLE: Fix buffer queue metadata wheremyfoodat 2024-07-31 02:51:40 +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
  • 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
  • d0f13de4c5 Fix swapping loaded ELF files wheremyfoodat 2024-07-26 16:25:38 +03:00
  • f095e6af0b Shadergen: Move comments outside of emitted source code wheremyfoodat 2024-07-26 14:44:11 +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
  • 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
  • df5d14e3d8 Shadergen: Remove unused vertex shader code wheremyfoodat 2024-07-25 03:59:01 +03: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
  • 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
  • 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
  • d436ed8695 Merge branch 'wheremyfoodat:master' into master SamoZ256 2024-07-23 10:59:24 +02:00
  • 855a374f67 add: period at the end of a sentence (#553) SamoZ256 2024-07-23 10:57:13 +02:00
  • a716e395ec Merge branch 'wheremyfoodat:master' into master SamoZ256 2024-07-23 10:54:46 +02:00
  • 1fa9ce126b add: period at the end of a sentence Samuliak 2024-07-23 10:54:01 +02:00
  • cd519499ee Merge pull request #552 from wheremyfoodat/nyom wheremyfoodat 2024-07-23 01:23:14 +00:00
  • e4d4a35674 Renderer GL: Add UB checks wheremyfoodat 2024-07-23 04:11:12 +03:00
  • 964d46a12a Merge pull request #551 from wheremyfoodat/nyom wheremyfoodat 2024-07-23 00:02:53 +00:00
  • fc397b2b58 Fix Linux Qt packages wheremyfoodat 2024-07-23 02:33:53 +03:00
  • 850aadb0f6 Update Linux version on CI wheremyfoodat 2024-07-23 02:25:40 +03:00
  • 0aa1ed21b2 More shader decompiler work wheremyfoodat 2024-07-23 01:22:26 +03:00
  • a5ea268826 Merge branch 'master' into nyom wheremyfoodat 2024-07-22 15:46:27 +03:00
  • 91f8f81418 Merge pull request #550 from wheremyfoodat/shader-stuffs wheremyfoodat 2024-07-21 23:07:57 +00:00
  • 85af58f0a7 Remove shader-related hallucinations wheremyfoodat 2024-07-22 02:06:24 +03:00
  • 2d72b66042 Initial shader decompilation work wheremyfoodat 2024-07-22 01:47:34 +03:00
  • 6399cb55e2 GL: Remove duplicate scissor disable wheremyfoodat 2024-07-21 23:04:44 +03:00
  • cb2448a004 Merge pull request #549 from OFFTKP/fog wheremyfoodat 2024-07-21 19:01:13 +00:00
  • a8c68baa6f Don't use -Wno-interference-size on Clang wheremyfoodat 2024-07-21 21:49:45 +03:00
  • a93f4d4c64 Merge branch 'master' of https://github.com/wheremyfoodat/Panda3DS wheremyfoodat 2024-07-21 21:48:24 +03:00
  • 9bd711958b Add -Wno-interference-size flag for GNUC wheremyfoodat 2024-07-21 18:29:39 +03:00
  • 3d9a1a8b5d I should really squash this when I'm home wheremyfoodat 2024-07-21 19:07:28 +03:00
  • 0a0f623c7c NCCH: Fix saveDataSize (Oops) wheremyfoodat 2024-07-21 15:46:38 +00:00
  • 04d6c52784 NCCH: Remove unused saveData member wheremyfoodat 2024-07-21 15:34:31 +00:00
  • 906abe0fb3 Add -Wno-interference-size flag for GNUC wheremyfoodat 2024-07-21 18:29:39 +03:00
  • b8712b37c3 A few kissable changes offtkp 2024-07-21 18:25:51 +03:00
  • d7bca1460c Merge branch 'master' into nyom wheremyfoodat 2024-07-21 17:52:15 +03:00
  • 8fc61cdb7b Add shader decompiler files wheremyfoodat 2024-07-21 17:52:06 +03:00
  • 82df95cf88 Update gles.patch offtkp 2024-07-21 17:40:43 +03:00
  • b90c15919b Shadergen fog offtkp 2024-07-21 16:32:45 +03:00
  • 4176a19256 Fog in ubershader offtkp 2024-07-21 03:16:15 +03:00
  • a6e3d41628 Merge pull request #548 from OFFTKP/scale-u32 wheremyfoodat 2024-07-21 14:38:00 +00:00
  • b333bf8a0c Use u32 for scale instead of float in FragmentConfig offtkp 2024-07-21 17:28:40 +03:00
  • ec754f5820 Merge branch 'master' into nyom wheremyfoodat 2024-07-21 17:27:56 +03:00
  • ed67069487 Merge pull request #547 from OFFTKP/hashing wheremyfoodat 2024-07-21 14:27:30 +00:00
  • be1c801fc2 Fix hashing for FragmentConfig offtkp 2024-07-21 16:37:37 +03:00