Commit graph

  • d614fe93e2
    Update emulator.cpp Paris Oplopoios 2024-04-01 00:11:02 +03:00
  • 844525ebdd fix the bonk. also bonk the fix. bonk the bonk bonk fix. fix. offtkp 2024-04-01 00:04:52 +03:00
  • 3b9490e633
    Add controller support to Qt (#475) wheremyfoodat 2024-03-27 19:11:47 +00:00
  • 42bb581cc1 Bonk wheremyfoodat 2024-03-27 20:44:12 +02:00
  • 79457d2b62 Remove debug logs wheremyfoodat 2024-03-27 20:41:37 +02:00
  • 5aaa35774e Add controllers to Qt wheremyfoodat 2024-03-27 20:37:23 +02:00
  • 429dc2a944
    Added rom path (#474) Auxy6858 2024-03-26 16:40:10 +00:00
  • dd213d0b12 Merge branch 'master' of https://github.com/Auxy6858/Panda3DS wheremyfoodat 2024-03-26 18:13:32 +02:00
  • 042763a7d8 Clear up PR wheremyfoodat 2024-03-26 18:09:57 +02:00
  • 2c6b601333 Clear up PR wheremyfoodat 2024-03-26 18:09:57 +02:00
  • 1a13795d5d Added Roms path Auxy6858 2024-03-26 00:03:57 +00:00
  • 93d5f9901d Added app icon to the window Auxy6858 2024-03-25 21:47:32 +00:00
  • 0015227f96
    Use std::bitset for shader bit-iterations Wunkolo 2024-03-22 23:04:26 -07:00
  • 5284109fd4
    Implement shader-interpreter relative MOVA addressing (#471) Wunk 2024-03-22 09:48:03 -07:00
  • 919e0c1888
    Fix MOVA source register indexing Wunkolo 2024-03-22 09:33:52 -07:00
  • 3270cfe602
    First step towards configurable keyboard mappings (#464) Paris Oplopoios 2024-03-21 15:54:18 +02:00
  • 439134ac3b
    Implement shader relative addressing Wunkolo 2024-03-20 23:35:15 -07:00
  • ec2da4eb01 Fix naming convention wheremyfoodat 2024-03-21 00:48:01 +02:00
  • 1c2adacaf1
    format wheremyfoodat 2024-03-20 20:39:59 +02:00
  • 23cb5cf90e Biggest mistake of my career offtkp 2024-03-20 20:35:27 +02:00
  • 17b4c68577
    Implement float-uniform out-of-bound return value Wunkolo 2024-03-20 10:54:18 -07:00
  • 38660e75df Merge branch 'profiles' of https://github.com/OFFTKP/Panda3DS into profiles wheremyfoodat 2024-03-20 18:28:39 +02:00
  • 1a934fc2c7 Cleanup wheremyfoodat 2024-03-20 18:25:12 +02:00
  • 0d2dac7f08 Cleanup wheremyfoodat 2024-03-20 18:25:12 +02:00
  • dbdf7c4ffb Add Address Register Offset shader unit test Wunkolo 2024-03-20 08:58:46 -07:00
  • d4d74f5b48 Add unit test f24 vector formatter Wunkolo 2024-03-20 08:35:32 -07:00
  • 46feff32bd Add shader uniform-read unit test Wunkolo 2024-03-19 11:22:58 -07:00
  • 5488e9ca7c
    Merge pull request #470 from Wunkolo/shader-log-exp wheremyfoodat 2024-03-20 07:46:52 +00:00
  • 40e2774b7f Implement arm64 LG2/EX2 Wunkolo 2024-03-19 13:17:07 -07:00
  • dcd64802a3 Refactor ShaderJITTest into a specialization of ShaderInterpreterTest Wunkolo 2024-03-19 10:13:04 -07:00
  • e576e64736 Configurable keyboard mappings offtkp 2024-03-16 02:54:56 +02:00
  • 27ad7b01f3
    Rename Emulator::run to FrontendSDL::run (#466) Paris Oplopoios 2024-03-16 23:20:37 +02:00
  • dc67d42d6e
    Update frontend_sdl.cpp wheremyfoodat 2024-03-16 23:20:23 +02:00
  • 7bd3e8437a Rename Emulator::run to FrontendSDL::run offtkp 2024-03-16 22:52:13 +02:00
  • a00a5e0f8f
    Merge pull request #462 from OFFTKP/cmake wheremyfoodat 2024-03-15 10:28:54 +00:00
  • 5a1263194e
    Merge pull request #463 from Wunkolo/shader-a64-mul wheremyfoodat 2024-03-14 20:14:34 +00:00
  • 2b34ef4a89 Implement PICA200 compliant arm64 MUL Wunkolo 2024-03-14 12:16:57 -07:00
  • cda4aa9ee6 Merge most ENABLE_QT_GUIs offtkp 2024-03-14 12:29:36 +02:00
  • e13fe49bbb
    Remove duplicate checks in CMakeLists (#461) Paris Oplopoios 2024-03-13 22:11:01 +02:00
  • 69b9687afc
    Bonk wheremyfoodat 2024-03-13 22:10:51 +02:00
  • d36b127c16 Remove duplicate checks in CMakeLists offtkp 2024-03-13 20:49:58 +02:00
  • 440708701a Add .zip support offtkp 2024-03-13 17:19:13 +02:00
  • c89fe05b8a
    Fix shader-interpreter non-IEEE outputs (#459) Wunk 2024-03-11 23:34:02 -07:00
  • 841cf68d99
    Fix shader-interpreter FLR indexing bug Wunkolo 2024-03-11 19:07:59 -07:00
  • 9959fd88b5
    Fix shader-interpreter MIN/MAX output Wunkolo 2024-03-11 18:58:41 -07:00
  • 123252592b
    Fix shader-interpreter RCP/RSQ output Wunkolo 2024-03-11 18:30:33 -07:00
  • 01b2ac7555
    Re-enable non-IEEE shader test Wunkolo 2024-03-11 18:29:38 -07:00
  • fe9939689d
    Add shader-jit unit-tests (#458) Wunk 2024-03-11 17:29:58 -07:00
  • 53014e435e
    Remove weird git submodule Wunkolo 2024-03-11 17:28:06 -07:00
  • 46b5ad8acf
    Conditionally test the shader-jit Wunkolo 2024-03-11 17:16:31 -07:00
  • 8d61086856
    Rename dynapica TU to shader Wunkolo 2024-03-11 16:18:43 -07:00
  • 18df066463
    Add shader unit-testing (#457) Wunk 2024-03-11 15:53:49 -07:00
  • f0464fee0c
    Add embedded catch2 submodule Wunkolo 2024-03-11 14:01:55 -07:00
  • 35414fdf41
    Add arithmetic/logical instruction unit tests Wunkolo 2024-03-11 13:54:44 -07:00
  • 5adf837c72
    Implement ADD instruction unit-test Wunkolo 2024-03-11 13:33:54 -07:00
  • 2cfcd8f639
    Add nihstro submodule Wunkolo 2024-03-11 13:22:08 -07:00
  • 4b6266e3f2
    Initialize catch-2 based unit tests Wunkolo 2024-03-11 12:47:59 -07:00
  • 929019e76b
    Refactor build targets into AlberCore (#455) Wunk 2024-03-11 10:51:17 -07:00
  • d9f1384526
    Bonk wheremyfoodat 2024-03-11 19:51:05 +02:00
  • 169ef69f05
    Bonk wheremyfoodat 2024-03-11 19:49:49 +02:00
  • d700022921
    Install all updated components of clang Wunkolo 2024-03-11 10:26:45 -07:00
  • 3d0a0ccc0b
    Refactor Rust::Result into std::expected Wunkolo 2024-03-11 09:55:00 -07:00
  • b2bed3ce56 Fix windows build Wunkolo 2024-03-11 09:03:09 -07:00
  • 4f93735b65
    Fix LTO linking Wunkolo 2024-03-10 19:07:15 -07:00
  • 3b57275776
    Fix Android build Wunkolo 2024-03-10 14:13:58 -07:00
  • b147df6094 Fix optional OpenGL enablement Wunkolo 2024-03-10 13:49:50 -07:00
  • 772573527c Modularize SDL/Qt frontend Wunkolo 2024-03-10 13:28:25 -07:00
  • 6057ca6c92 Add AlberCore build-target Wunkolo 2024-03-10 12:17:38 -07:00
  • cf103329b5 Ignore .cache folder Wunkolo 2024-03-10 12:16:06 -07:00
  • 31703eee0d
    Return auto on unknown texture filter texture-filterz-2 wheremyfoodat 2024-03-10 13:38:42 +02:00
  • 6eb145d960 Implement texture filters wheremyfoodat 2024-03-08 00:41:11 +02:00
  • 57193e7944
    Stub ALL getNsDataIdList functions (#452) SpikeHD 2024-03-09 03:45:38 -08:00
  • 560b75bf25 fix: spaces -> tabs SpikeHD 2024-03-09 00:16:05 -08:00
  • 128d4472db fix: stub ALL getNsDataIdList functions SpikeHD 2024-03-08 22:02:50 -08:00
  • fe9167ee66
    return NotFormatted on non-shared NAND archive (??) Ada 2024-03-08 22:05:26 +00:00
  • 0cd81c9ed6
    cleanup Ada 2024-03-08 21:58:21 +00:00
  • 90fbbc6e40
    unsure if Shared/SDMC or Local/NAND is ever used, but... Ada 2024-03-08 21:56:22 +00:00
  • f0c1584e14
    more NAND ExtSaveData fixes Ada 2024-03-08 21:51:40 +00:00
  • bc0708cd10
    fix shared ext data Ada 2024-03-08 21:33:17 +00:00
  • 6c78a5ea9e
    IWYU unordered_map Ada 2024-03-08 20:53:38 +00:00
  • 287ee61e41
    bwaaa Ada 2024-03-08 16:26:12 +00:00
  • 9ab49617ea
    properly handle save ids Ada 2024-03-08 16:23:37 +00:00
  • ff1eaed0a4
    peeve: guarantee toml order (#451) Ada 2024-03-08 16:08:41 +00:00
  • ee4a85aa4a Remove untested icon code wheremyfoodat 2024-03-08 17:44:16 +02:00
  • a711236307
    oops Ada 2024-03-08 15:27:54 +00:00
  • cb98c575d5
    also add the same checks for loadIcon Ada 2024-03-08 15:26:20 +00:00
  • 68e35d806a
    fix potential nullptrs and off by one Ada 2024-03-08 15:24:21 +00:00
  • cd25e11f8e
    force size to be zero Ada 2024-03-08 15:19:24 +00:00
  • 47a01a8296 format wheremyfoodat 2024-03-08 17:07:40 +02:00
  • b0052396da
    peeve: guarantee toml order Ada 2024-03-08 15:06:50 +00:00
  • 498d19fa51
    keep screen on in `gameactivity` (#450) Ishan09811 2024-03-08 18:57:06 +05:30
  • 6e48c7fbdd
    Deduplicate some code Ada 2024-03-08 13:12:39 +00:00
  • d4594446bd
    SaveIcon and ReadExtSaveDataIcon Ada 2024-03-08 13:09:11 +00:00
  • e96f57708d
    keep screen on in `gameactivity` Ishan09811 2024-03-08 10:55:54 +05:30
  • e71a8bec9c
    Update discord-rpc again (#449) wheremyfoodat 2024-03-07 20:21:31 +00:00
  • f8f799b5ce Update discord-rpc again wheremyfoodat 2024-03-07 22:19:00 +02:00
  • daf621dbe1
    Merge pull request #448 from wheremyfoodat/fix-discord-rpc wheremyfoodat 2024-03-07 19:09:39 +00:00
  • 844d954a26 Update discord RPC module to fix AUR build wheremyfoodat 2024-03-07 20:46:11 +02:00
  • 048eca557e
    Merge pull request #439 from wheremyfoodat/y2r-stubs wheremyfoodat 2024-03-07 18:17:56 +00:00
  • d68b81c037
    Merge pull request #444 from wheremyfoodat/gsp_read_hw_regs wheremyfoodat 2024-03-07 18:03:21 +00:00