Commit Graph

  • 02496b57eb Pandroid: Screen layout editor (#425) Gabriel Machado 2024-02-29 16:06:23 -04:00
  • 90f8fbfcb4 update ci actions version (#424) Ishan09811 2024-02-29 20:25:17 +05:30
  • fdfb012aa1 GL: Add RendererGL::getSpecializedShader wheremyfoodat 2024-02-29 01:28:00 +02:00
  • ddc14cea09 Fix shader compilation errors wheremyfoodat 2024-02-29 00:56:24 +02:00
  • 58da6ea8a4 Merge branch 'master' into specialized-shaderz wheremyfoodat 2024-02-28 23:44:33 +02:00
  • 43dfda0f19 Allows the user to switch between performance and battery saving modes (#422) Ishan09811 2024-02-27 12:52:25 +05:30
  • b12c9bad29 Remove cheat Qt widgets from source files qt-setting wheremyfoodat 2024-02-27 01:28:56 +02:00
  • 9d8868cffd Don't start audio device on resume if audio is disabled wheremyfoodat 2024-02-25 18:36:35 +02:00
  • edd6af8948 Merge branch 'master' into qt-setting wheremyfoodat 2024-02-24 17:28:02 +02:00
  • d459cb1d6c Get audio output working with LLE DSP (#419) wheremyfoodat 2024-02-24 01:26:23 +00:00
  • 8bca988b55 Fix compilation errors wheremyfoodat 2024-02-23 23:49:56 +00:00
  • 6b119490f9 Qt: Force widget list palette to dark until highlights work well in light theme wheremyfoodat 2024-02-23 14:46:54 +02:00
  • 191b7793fc Qt: Make settings window pretty wheremyfoodat 2024-02-23 13:59:41 +02:00
  • ba049fc1c7 Add infrastructure for Qt settings window wheremyfoodat 2024-02-23 02:56:09 +02:00
  • d010d95e18 Merge pull request #417 from wheremyfoodat/wheremyfoodat-patch-4 wheremyfoodat 2024-02-22 17:59:49 +00:00
  • 4b46b6ebf9 Bind input to Lua wheremyfoodat 2024-02-22 19:41:18 +02:00
  • 89a800da8e Merge pull request #416 from wheremyfoodat/wheremyfoodat-patch-3 wheremyfoodat 2024-02-22 15:37:00 +00:00
  • 85161b08ea Update lua.cpp wheremyfoodat 2024-02-22 17:19:33 +02:00
  • 9110176e00 Bind LoadROM to Lua wheremyfoodat 2024-02-22 17:18:00 +02:00
  • de980f997b Merge pull request #415 from wheremyfoodat/wheremyfoodat-patch-3 wheremyfoodat 2024-02-22 15:00:11 +00:00
  • cc1e7e2162 Bind more Lua functions wheremyfoodat 2024-02-22 16:47:02 +02:00
  • 6279ed699a Store program ID and expose it in Lua (#414) wheremyfoodat 2024-02-22 14:26:31 +00:00
  • 7b580ac80e Test stripping Android shared library (#413) wheremyfoodat 2024-02-21 12:33:15 +00:00
  • 267b1b3cc8 Add proper proguard rules (#412) Ishan09811 2024-02-21 15:10:19 +05:30
  • 505abbe532 Stub NWM_UDS::Initialize to fail wheremyfoodat 2024-02-20 21:59:33 +02:00
  • fa4cc35a9c CMake: Include teakra after xbyak for better support with the JIT branch wheremyfoodat 2024-02-19 22:04:50 +02:00
  • 093364f615 Merge pull request #410 from wheremyfoodat/dsp wheremyfoodat 2024-02-19 19:34:05 +00:00
  • f7c6ec3b57 Properly handle DSP interrupts in HLE wheremyfoodat 2024-02-19 18:50:41 +02:00
  • 7a5bb2859e Make DSP backends properly configurable wheremyfoodat 2024-02-19 17:57:21 +02:00
  • 33eb096ef8 Better DSP scheduling wheremyfoodat 2024-02-18 22:22:00 +02:00
  • f58354af06 Update DSP semaphore on semaphore event signal wheremyfoodat 2024-02-18 03:54:00 +02:00
  • d3dc9e2f71 Forward interrupts properly in Teakra DSP core wheremyfoodat 2024-02-17 23:54:43 +02:00
  • b685cb8b13 Merge pull request #409 from wheremyfoodat/wheremyfoodat-patch-3 wheremyfoodat 2024-02-17 16:15:24 +00:00
  • 16a312ee15 Add GSP::GPU::SetBufferSwap wheremyfoodat 2024-02-17 18:15:06 +02:00
  • 6af4a04987 Pandroid: Storage Access Framework (SAF) (#408) Gabriel Machado 2024-02-17 12:09:46 -04:00
  • 5dd3c02ffb Moar Teak LLE wheremyfoodat 2024-02-17 03:48:37 +02:00
  • 363c71e66c Hook DSP interface to DSP service HLE wheremyfoodat 2024-02-17 01:36:10 +02:00
  • 0a51a80d91 Add DSP emulation interface wheremyfoodat 2024-02-17 00:39:55 +02:00
  • 3c25be4c63 CPU: Remove totalTicks (unused since scheduler was added) wheremyfoodat 2024-02-11 21:57:44 +00:00
  • 51e2ef893c Android: Split strings into categories (#405) Ishan09811 2024-02-12 01:17:19 +05:30
  • 641c23e58c Merge pull request #404 from GabrielBRDeveloper/ishan-reviews wheremyfoodat 2024-02-11 19:03:20 +00:00
  • 45bdfd67b1 Review and fix ishan things gabriel 2024-02-11 12:26:21 -04:00
  • e2884e8413 Merge pull request #403 from Ishan09811/patch-13 wheremyfoodat 2024-02-11 12:19:33 +00:00
  • adcc9d93e4 Run clang-format wheremyfoodat 2024-02-11 13:50:50 +02:00
  • f37bd9363f use dialog instead of using toast when a rom is failed to load Ishan09811 2024-02-11 16:57:38 +05:30
  • f5d3cc9fbf Merge pull request #401 from wheremyfoodat/rdeepfired wheremyfoodat 2024-02-10 16:49:19 +00:00
  • a797297105 Android: Toast when ROM fails to load wheremyfoodat 2024-02-10 15:20:11 +02:00
  • 8cb7a230cc Merge pull request #5 from wheremyfoodat/material_ui Gabriel Machado 2024-02-09 22:00:09 -04:00
  • 3b4960194f Material UI (#394) Ishan09811 2024-02-08 21:08:47 +05:30
  • 10654ce1ca GLSL generator: Add textures and alpha operations wheremyfoodat 2024-02-04 18:54:29 +02:00
  • b256c89e23 [APT] Make logs slightly less cluttered for better debugging wheremyfoodat 2024-02-03 00:14:43 +02:00
  • 74ea66efc5 Pandroid: Fix Navigation bar. (#398) Gabriel Machado 2024-02-02 18:11:59 -04:00
  • 9dc12e0681 Merge branch 'master' into specialized-shaderz wheremyfoodat 2024-02-02 22:22:23 +02:00
  • 0be8c45e37 Fragment shader gen: Properly track TEV outputs wheremyfoodat 2024-02-02 01:51:37 +02:00
  • 7e77af0de8 GLSL Fragment Generator: Working color operations wheremyfoodat 2024-02-02 01:34:33 +02:00
  • 45ae6bd3a8 Getting TEV operations working wheremyfoodat 2024-02-02 01:16:45 +02:00
  • 880cc20fcf Merge pull request #334 from wheremyfoodat/delete-emu wheremyfoodat 2024-02-01 20:00:14 +00:00
  • ce63596716 Do not build libuv shared library wheremyfoodat 2024-02-01 21:42:04 +02:00
  • 362b8e6621 Update luv bindings to be disabled on Android wheremyfoodat 2024-02-01 20:02:53 +02:00
  • 8cee60ebf5 Merge branch 'master' into delete-emu wheremyfoodat 2024-02-01 19:16:04 +02:00
  • 28ca4cd795 Logger (#397) Gabriel Machado 2024-02-01 11:46:15 -04:00
  • e6d012d05d Compile release APK on CI Ishan09811 2024-02-01 18:34:03 +05:30
  • 61ba0f2d35 Merge pull request #395 from wheremyfoodat/qt-touchscreen wheremyfoodat 2024-01-29 19:28:15 +00:00
  • 9cc3fc0c4c [Qt] Add touchscreen wheremyfoodat 2024-01-29 21:07:21 +02:00
  • eabd22423c Remove outdated stubs in Mii Selector applet wheremyfoodat 2024-01-29 19:36:49 +02:00
  • fdc8bfd58e Make navigation Bar Fully Transparent (#381) Ishan09811 2024-01-29 19:34:45 +05:30
  • bede1b49f0 Merge branch 'master' into imgooi-lua imgooi-lua wheremyfoodat 2024-01-29 00:45:08 +02:00
  • 95b7ef4bec Better ImGui configuration wheremyfoodat 2024-01-29 00:40:52 +02:00
  • 3a33b4f8b8 More terrible code to get Imgui+Lua working on Qt wheremyfoodat 2024-01-29 00:05:22 +02:00
  • 918645479a [Qt] Initial Imgui integration wheremyfoodat 2024-01-28 22:27:30 +02:00
  • c6d0769a95 Update text_editor.cpp wheremyfoodat 2024-01-28 00:32:20 +02:00
  • 407411cc0b Merge pull request #388 from OFFTKP/cheatpicker wheremyfoodat 2024-01-27 19:16:53 +00:00
  • 01b6380242 Remove global definition of badCheatHandle wheremyfoodat 2024-01-27 20:38:17 +02:00
  • 31eea40ea5 Fix cheat dialog forgetting cheat names/codes wheremyfoodat 2024-01-27 20:33:35 +02:00
  • 864604c1e7 Formatting wheremyfoodat 2024-01-27 20:27:46 +02:00
  • e3c9f0b219 [Qt] Implement circlepad wheremyfoodat 2024-01-27 20:11:53 +02:00
  • 2229adbd21 More action replay opcodes wheremyfoodat 2024-01-27 19:52:54 +02:00
  • 3d52692536 Threading shenanigans offtkp 2024-01-27 19:01:05 +02:00
  • a2276c922f Reduce code duplication offtkp 2024-01-27 18:21:44 +02:00
  • a473a34794 Use message queues offtkp 2024-01-27 18:20:42 +02:00
  • 63f54478f0 Add cheat picker window offtkp 2024-01-27 17:01:02 +02:00
  • 5c39674907 Merge pull request #387 from wheremyfoodat/idle-skeep wheremyfoodat 2024-01-27 14:08:42 +00:00
  • 8ff2d7f9b2 Update comment wheremyfoodat 2024-01-27 15:44:01 +02:00
  • 491b415759 Remove thread sleepTick/waitingNs wheremyfoodat 2024-01-27 15:38:27 +02:00
  • 99a1a0133d Initial idle skip implementation wheremyfoodat 2024-01-27 01:58:21 +02:00
  • ca1c42c280 Merge pull request #384 from wheremyfoodat/hlep wheremyfoodat 2024-01-25 20:02:20 +00:00
  • 52accdde43 Test to fix android build wheremyfoodat 2024-01-25 21:45:15 +02:00
  • 2ff5bff00a Merge pull request #380 from wheremyfoodat/scheduler wheremyfoodat 2024-01-25 15:52:05 +00:00
  • f0c20d70bc Add error/EULA applet wheremyfoodat 2024-01-25 17:31:17 +02:00
  • 6e6c84eebb Add Mii Selector wheremyfoodat 2024-01-25 03:39:48 +02:00
  • 8fc61769ab Implement PTM::GetPedometerState wheremyfoodat 2024-01-25 02:31:01 +02:00
  • ef3bd02819 Properly transfer data between apps and applets wheremyfoodat 2024-01-25 02:09:14 +02:00
  • 29494efd94 Stub GSP::GPU::RestoreVramSysArea wheremyfoodat 2024-01-24 22:21:17 +02:00
  • d09254a8ae Implement software keyboard kinda wheremyfoodat 2024-01-24 21:47:18 +02:00
  • 5fe1637e17 Add APT::StartLibraryApplet wheremyfoodat 2024-01-24 20:28:16 +02:00
  • 85a2ca1bf4 Stub svcUnmapMemoryBlock wheremyfoodat 2024-01-24 19:04:55 +02:00
  • c108da5e02 Moar appletting wheremyfoodat 2024-01-24 18:51:44 +02:00
  • 62cbe4d031 Merge pull request #379 from wheremyfoodat/scheduler wheremyfoodat 2024-01-23 20:13:36 +00:00
  • 313620cad9 Implement SDMC Write-Only archive wheremyfoodat 2024-01-23 21:56:24 +02:00
  • b6a054cdad Merge pull request #378 from wheremyfoodat/scheduler wheremyfoodat 2024-01-23 17:42:00 +00:00