Commit Graph

38 Commits

Author SHA1 Message Date
SimoneN64
1ed2506523 Rename to Kaizen internally 2023-06-04 21:34:14 +02:00
CocoSimone
d813aa0ef2 Update ImGui 2023-02-26 03:34:16 +01:00
CocoSimone
55f792d995 Optimizations (are they?) 2023-02-17 17:16:56 +01:00
CocoSimone
eb10687837 BITCH I'M BACK OUT MY COMA 2023-02-12 23:58:26 +01:00
CocoSimone
e95ca54cd1 fix windows CI (disable gdb stub) 2023-02-11 18:19:15 +01:00
CocoSimone
5d35fb229f make menu bar disappear + change way scaling works 2023-02-10 14:22:00 +01:00
CocoSimone
6d58728239 Allocate only interpreter or dynarec + hopefully fixed some FPU bugs + hopefully it will build in Windows CI 🙏 2023-02-10 02:13:52 +01:00
CocoSimone
c915ebc11d Dynarec + CMake restructure 2023-01-02 22:07:30 +01:00
CocoSimone
5905529982 Game list uses new DB 2022-12-19 00:06:37 +01:00
CocoSimone
d91258bf08 Game list 2022-12-18 02:38:32 +01:00
CocoSimone
aff00bdca3 We do a little saving (Widget + json serialization) 2022-12-17 02:34:42 +01:00
CocoSimone
c1b57403cd Merge branch 'master' into dynarec
# Conflicts:
#	.github/workflows/build.yml
#	src/CMakeLists.txt
#	src/frontend/imgui/Window.cpp
#	src/n64/Core.cpp
#	src/n64/core/interpreter/cop/cop1instructions.cpp
#	src/n64/core/interpreter/decode.cpp
#	src/n64/core/registers/Cop1.cpp
2022-12-16 23:23:27 +01:00
CocoSimone
08e0903fa0 Map physical addresses for fastmem + minor optimization 2022-12-16 23:13:58 +01:00
CocoSimone
1b743b4359 minor fixes 2022-12-12 02:48:07 +01:00
CocoSimone
3b3015e846 Discord Rich Presence! 2022-12-06 22:06:52 +01:00
CocoSimone
1aeddbfc9f Don't use virtual class for different type of cpu core 2022-12-06 20:51:37 +01:00
CocoSimone
487160b198 Scheduler (SI DMA delay) 2022-10-21 19:02:44 +02:00
CocoSimone
6a42a212c4 Remove memory editor 2022-10-18 12:26:07 +02:00
CocoSimone
fc6642554c Introduce memory editor and fix crash on dumping RDRAM 2022-10-12 01:46:22 +02:00
CocoSimone
0ac6f07054 fix nasty bug on writing to RSP PC. Mario Kart 64 boots now 2022-10-10 23:35:14 +02:00
CocoSimone
6d9516933d fix decoding rsp 2022-10-06 18:30:04 +02:00
Simone Coco
80c8718fef SUPER MARIO 64 BOOTS, works until peach letter 2022-10-05 11:22:04 +02:00
Simone Coco
cff03301ac Single cmakelist, because I'm done maintaining an unstable shitty build system, one is easier 2022-09-21 13:49:15 +02:00
CocoSimone
708dde5b6c Introduce game db + fallback to stem of filename + volume control 2022-09-18 22:47:25 +02:00
CocoSimone
87ad20b519 trying to fix weird derailing 2022-08-28 23:48:08 +02:00
CocoSimone
631b864641 begin debugger work 2022-08-26 23:01:05 +02:00
CocoSimone
477e8b7884 Add fonts + gdb stub WIP 2022-08-25 23:47:52 +02:00
CocoSimone
7c338f4f0c Render to imgui::image 2022-08-23 02:24:45 +02:00
CocoSimone
51c334fc1a GUI work 2022-08-20 15:34:27 +02:00
CocoSimone
7962ae12e3 Fix imgui support + update README.md 2022-08-20 14:49:49 +02:00
CocoSimone
e2313c212c Fix parallel-rdp integration and reset whole state upon loading rom 2022-08-13 20:17:48 +02:00
CocoSimone
ed34d9c9ba more ParallelRDP debugging 2022-08-12 19:44:32 +02:00
CocoSimone
fa83e52407 do not link vulkan, volk loads it dynamically 2022-08-11 10:42:37 +02:00
CocoSimone
325ef2a66b get rid of #define VK_NO_PROTOTYPES 2022-08-08 09:45:15 +02:00
CocoSimone
8a450e110b keep fixing parallel-rdp stuff 2022-08-06 19:51:31 +02:00
CocoSimone
c5303ede59 ditch multi-system idea 2022-08-06 11:19:45 +02:00
CocoSimone
d580dc6cdd Imgui and ParallelRDP stuff 2022-08-05 13:58:35 +02:00
CocoSimone
a54f2cbfb7 frontend separation 2022-07-11 12:25:50 +02:00