Commit Graph

  • 74c3c37805 [GSP::GPU] Correct setBufferSwap (also add a panic until a test case appears) wheremyfoodat 2023-08-06 01:12:49 +03:00
  • e9cdf07af3 [APT] SendParameter wheremyfoodat 2023-08-05 00:35:44 +03:00
  • 5f25b84c0d Fix UB wheremyfoodat 2023-08-05 00:13:46 +03:00
  • 77dff17107 I hate this wheremyfoodat 2023-08-04 20:32:09 +03:00
  • 17724e77ca More appleting wheremyfoodat 2023-08-04 19:26:12 +03:00
  • 412fba079e Add applet list wheremyfoodat 2023-08-04 19:18:46 +03:00
  • 8006ec63b0 [Applets] Add initial stuff wheremyfoodat 2023-08-04 19:09:43 +03:00
  • 0b4497302b [GSP::GPU] Proper type assertions and visibility wheremyfoodat 2023-08-04 16:36:50 +03:00
  • 73a18e3609 Switch out math_util.hpp wheremyfoodat 2023-08-04 16:14:41 +03:00
  • 952e2a06f9 Move opengl.hpp to third_party wheremyfoodat 2023-08-04 14:16:56 +03:00
  • 9695b57bf5 [PICA] Rework how external registers work, format wheremyfoodat 2023-08-04 00:42:11 +03:00
  • a8a76ab64d Shush warnings wheremyfoodat 2023-08-03 20:37:40 +03:00
  • f84935142a Merge remote-tracking branch 'upstream/master' into moar-gpu wheremyfoodat 2023-08-03 20:26:12 +03:00
  • 58383ee431 Address review comments GPUCode 2023-08-03 16:42:01 +03:00
  • c805504f70 gpu: Add display transfer rectangles GPUCode 2023-08-03 16:35:18 +03:00
  • 15ed62e952 Merge pull request #156 from wheremyfoodat/panda-kith wheremyfoodat 2023-08-03 13:49:25 +03:00
  • e296a0b0de [Memory] Add 3D Slider shared page value wheremyfoodat 2023-08-03 13:30:02 +03:00
  • 1dc9dff997 Merge pull request #154 from wheremyfoodat/panda-kith wheremyfoodat 2023-08-03 12:15:19 +03:00
  • b868b69dbf Add test ROMs for detecting emulators wheremyfoodat 2023-08-03 11:56:55 +03:00
  • fb8965942c [Kernel] Implement APIs for detecting Citra & Panda wheremyfoodat 2023-08-03 11:32:51 +03:00
  • f75a23b5a9 code: Better screen support GPUCode 2023-07-10 23:59:44 +03:00
  • 1e7078c28b Merge pull request #152 from wheremyfoodat/panda-kith wheremyfoodat 2023-08-02 20:21:18 +03:00
  • 2c4473bb6e clang-format wheremyfoodat 2023-08-02 20:05:36 +03:00
  • 8f8f442f0f Comments wheremyfoodat 2023-08-02 19:47:13 +03:00
  • f73138c5de [Shader JIT] Implement SGE(I) wheremyfoodat 2023-08-02 19:30:35 +03:00
  • 3d5f1ea517 [Kernel] Add evalReschedule function wheremyfoodat 2023-08-02 19:18:15 +03:00
  • 60de6a65f5 Kernel: Don't idle on svcSleepThread(0) wheremyfoodat 2023-08-02 18:47:53 +03:00
  • 66847d4570 Positional lighting maybe wheremyfoodat 2023-08-02 02:11:55 +03:00
  • 5aa2e3c1d2 [Shader JIT] Add DPH wheremyfoodat 2023-08-02 00:10:17 +03:00
  • 65de2637ae More threading fixes wheremyfoodat 2023-08-01 23:45:43 +03:00
  • d28796fd3f Merge pull request #153 from wheremyfoodat/wheremyfoodat-patch-2 wheremyfoodat 2023-07-31 16:57:26 +03:00
  • 775a5f1559 Fix helpers.hpp on Android wheremyfoodat 2023-07-31 16:27:05 +03:00
  • a5bed24273 Merge pull request #151 from OFFTKP/romfs wheremyfoodat 2023-07-30 03:11:51 +03:00
  • 2e12eea806 Tone down spacing wheremyfoodat 2023-07-30 01:01:39 +03:00
  • e6098ba7ae Remove the TODO in romfs.cpp offtkp 2023-07-29 23:04:32 +03:00
  • d610cfa826 Change some function specifiers offtkp 2023-07-29 18:50:51 +03:00
  • 85bbd713b0 Parse RomFS files in RomFS parser offtkp 2023-07-29 18:25:31 +03:00
  • fb6ec3aa5f Remove recursion from RomFS parse, clang-format offtkp 2023-07-29 17:01:44 +03:00
  • 7047bf6ec8 [Mutex[ Request reschedule when acquiring mutex wheremyfoodat 2023-07-29 15:37:34 +03:00
  • fbc10bf3da Fix typo wheremyfoodat 2023-07-29 15:10:06 +03:00
  • 2eb84e053b [Kernel] Undo enormous, embarassing mistake no one must know about wheremyfoodat 2023-07-29 15:03:46 +03:00
  • 2de35bd39d Add RomFS directory traversal stuff offtkp 2023-07-29 04:02:13 +03:00
  • f3ce29bf2d Add IVFC parser offtkp 2023-07-28 19:54:18 +03:00
  • 9d01ec360f Merge branch 'master' into panda-kith wheremyfoodat 2023-07-28 23:16:25 +03:00
  • b0f8eb8301 Merge branch 'master' into panda-kith wheremyfoodat 2023-07-28 23:15:33 +03:00
  • 72b45377e1 Merge pull request #149 from wheremyfoodat/panda-IOFile wheremyfoodat 2023-07-28 23:15:20 +03:00
  • 0f0a06330c [FS] Better file flushing wheremyfoodat 2023-07-28 22:42:30 +03:00
  • e082625002 Properly handle current thread in rescheduling wheremyfoodat 2023-07-28 20:05:26 +03:00
  • 9fe770c4e7 Merge pull request #148 from wheremyfoodat/wheremyfoodat-patch-2 wheremyfoodat 2023-07-28 19:50:50 +03:00
  • 8dd5b990be Thread bonk part 1: Better rescheduling maybe wheremyfoodat 2023-07-28 19:49:11 +03:00
  • 7ba21a6dda Fix GCC build wheremyfoodat 2023-07-28 19:21:27 +03:00
  • 0ab1d6a0cc Merge pull request #147 from wheremyfoodat/panda wheremyfoodat 2023-07-28 14:47:14 +03:00
  • bceaf3b6b7 Rename HTTP server files wheremyfoodat 2023-07-28 14:21:00 +03:00
  • 9a71713b56 Merge pull request #146 from OFFTKP/panda-1 wheremyfoodat 2023-07-28 13:51:54 +03:00
  • b14564bcb3 Add /step http server command offtkp 2023-07-28 13:16:39 +03:00
  • ddf0ca19ee Update HTTP CI script to make script naming consistent wheremyfoodat 2023-07-28 03:25:02 +03:00
  • 6a6b3cf892 Merge pull request #141 from GPUCode/stencil-logicop-clear wheremyfoodat 2023-07-28 03:24:02 +03:00
  • c7cad054e2 Update renderer_gl.cpp wheremyfoodat 2023-07-28 03:12:28 +03:00
  • 73321856c8 Mooore wheremyfoodat 2023-07-28 02:24:26 +03:00
  • adb78bf838 [GL] More state stuff wheremyfoodat 2023-07-28 01:35:49 +03:00
  • 64fa970468 [GL] Actually implement logic ops wheremyfoodat 2023-07-27 21:57:50 +03:00
  • 1ea0b39a3b [GL] Fix glClear call wheremyfoodat 2023-07-27 21:47:39 +03:00
  • 60655febba [GL] Disable scissor in clearBuffer wheremyfoodat 2023-07-27 19:39:49 +03:00
  • 79a341a297 [GL] Fix depth mask getting corrupted, remove dead code wheremyfoodat 2023-07-27 18:17:14 +03:00
  • 1d3b078dfb Convert warn to log wheremyfoodat 2023-07-27 18:01:18 +03:00
  • 71898895af Merge remote-tracking branch 'upstream/master' into stencil-logicop-clear wheremyfoodat 2023-07-27 17:54:57 +03:00
  • 2036d8d873 Merge pull request #145 from wheremyfoodat/log wheremyfoodat 2023-07-27 17:43:50 +03:00
  • 46ba790736 Update gitiƱore wheremyfoodat 2023-07-27 17:18:16 +03:00
  • 69b5357eb3 Optimize logging for user builds wheremyfoodat 2023-07-27 17:16:45 +03:00
  • b4cc743608 [GL] Add stencil enable to state tracker wheremyfoodat 2023-07-27 15:34:21 +03:00
  • 0f27c5de06 Merge pull request #144 from OFFTKP/panda-1 wheremyfoodat 2023-07-27 15:24:14 +03:00
  • dfde03a344 Remove unused parameter in MyEnvironment offtkp 2023-07-27 15:03:50 +03:00
  • 03733569e0 Merge remote-tracking branch 'upstream/master' into stencil-logicop-clear wheremyfoodat 2023-07-27 14:23:00 +03:00
  • 65e02422c9 Merge pull request #143 from wheremyfoodat/wheremyfoodat-patch-2 wheremyfoodat 2023-07-27 14:08:57 +03:00
  • b6f445f919 Merge pull request #139 from OFFTKP/load_rom wheremyfoodat 2023-07-27 14:08:31 +03:00
  • 177e265d9f Create build_http.yml wheremyfoodat 2023-07-27 13:53:13 +03:00
  • 420abd26d0 Format wheremyfoodat 2023-07-27 13:49:13 +03:00
  • 630d423a4d Make load_rom use DeferredResponseWrapper offtkp 2023-07-27 13:01:38 +03:00
  • 3653eb538f Fix struct & class confusion wheremyfoodat 2023-07-27 12:38:38 +03:00
  • b39e32fce0 Merge remote-tracking branch 'upstream/master' into load_rom wheremyfoodat 2023-07-27 12:31:41 +03:00
  • 804e43f8c9 Fix ExeFS offset derp wheremyfoodat 2023-07-27 12:25:01 +03:00
  • c6c71bb9b2 renderer_gl: Implement semi proper clears GPUCode 2023-07-26 22:34:39 +03:00
  • 50bcf3b617 renderer_gl: Respect depth-stencil write flag GPUCode 2023-07-26 22:13:41 +03:00
  • 6f7874227c renderer_gl: Implement logic op GPUCode 2023-07-26 22:08:20 +03:00
  • 95a8917589 renderer_gl: Implement stencil testing wheremyfoodat 2023-07-08 14:51:09 +03:00
  • 037d16ae7c Merge pull request #140 from wheremyfoodat/pause wheremyfoodat 2023-07-26 20:30:47 +03:00
  • fa6ce2a7f2 Add new HTTP(anda) commands wheremyfoodat 2023-07-26 20:12:36 +03:00
  • 8fb3096331 Fix hotkeys wheremyfoodat 2023-07-26 19:50:49 +03:00
  • f434787b68 Fix double buffering bug wheremyfoodat 2023-07-26 19:38:51 +03:00
  • 6daa419fd6 Map toggle running function to hotkey wheremyfoodat 2023-07-26 19:33:06 +03:00
  • 1107dff9fa Implement pause/resume wheremyfoodat 2023-07-26 19:29:34 +03:00
  • 63f9cfe0c2 Add load_rom http server command offtkp 2023-07-26 16:36:37 +03:00
  • da3ec42326 Merge pull request #138 from wheremyfoodat/improved-cheating wheremyfoodat 2023-07-26 03:50:37 +03:00
  • eef87da979 Better cheat interface wheremyfoodat 2023-07-26 03:27:30 +03:00
  • 9ad34dd6c9 Merge pull request #136 from OFFTKP/http-server-improvements wheremyfoodat 2023-07-26 02:45:12 +03:00
  • a0a821a1ac Merge remote-tracking branch 'upstream/master' into http-server-improvements wheremyfoodat 2023-07-26 02:18:02 +03:00
  • 67a08a71f6 Bonk http server wheremyfoodat 2023-07-26 02:11:14 +03:00
  • 6c983b16d3 [AC] Stub GetLastErrorCode wheremyfoodat 2023-07-24 23:57:17 +03:00
  • 5b90cb7a03 [MIC] Stub SetIIRFilter (Fixes Hatsune Miku) wheremyfoodat 2023-07-24 23:56:53 +03:00
  • c87501f86f Merge pull request #125 from Wunkolo/vulkan-init wheremyfoodat 2023-07-24 21:05:26 +03:00