Commit Graph

55 Commits

Author SHA1 Message Date
SimoZ64
010bb5e0bb Mem and Regs not part of cpu anymore. 2025-08-01 21:05:11 +02:00
irisz64
3061334004 Huge refactor: Make Core a singleton 2025-07-29 11:08:05 +02:00
irisz64
8549d5a21c get rid of fmt dependency since we are on C++23 2025-07-22 11:33:42 +02:00
irisz64
67c761d34b make it single threaded for now...
Hmm don't quite get it

idfk
2025-05-26 17:21:53 +02:00
irisz64
9fd6c585d6 Settings widget mostly works 2025-05-23 10:15:25 +02:00
irisz64
326b4b43cd It renders something, crashes because ImGui exhausts the display list. Need to find a better way for thread sync. Message queue? 2025-05-22 09:16:58 +02:00
SimoZ64
722a0e98c0 Some progress 2025-05-22 00:30:33 +02:00
SimoZ64
6cf2e7ab70 can't use shared_ptr on SDL_Window 2025-05-07 17:22:01 +02:00
SimoZ64
dcdf961988 start working towards imgui + sdl + vulkan init 2025-05-06 14:12:13 +02:00
SimoZ64
b4c5c7a3e4 Compiles! 2025-05-05 22:15:45 +02:00
SimoneN64
ccee1d75af I don't need my prdp fork anymore 2024-10-14 19:03:03 +02:00
SimoneN64
2744de8d3e Refactor so parallel-rdp is in charge of polling inputs and not the EmuThread 2024-09-25 22:10:59 +02:00
SimoneN64
0aa0c0b654 Another change of heart: I'll just use Qt 2024-09-22 14:52:20 +02:00
SimoneN64
c2743c8537 Decouple Imgui from Prdp 2024-09-20 15:42:44 +02:00
SimoneN64
d1ccaa6667 Make SDL context part of the RenderWidget. Much cleaner 2024-09-20 12:13:39 +02:00
SimoneN64
0db505b663 Small fix for X11 2024-09-20 11:30:24 +02:00
SimoneN64
d6155b3abf It works! 2024-09-18 21:22:19 +02:00
SimoneN64
aeb73a8bbb Link ImGui 2024-09-18 20:41:48 +02:00
SimoneN64
96ab593d6f asd 2024-09-18 17:00:43 +02:00
SimoneN64
610990468d we can leverage prdp for a vulkan context 2024-09-18 14:03:27 +02:00
SimoneN64
ba4fe56bb0 No need to render black when paused 2024-09-05 20:58:25 +02:00
SimoneN64
d90e26ac0c Various pointer changes 2024-07-03 21:11:03 +02:00
SimoneN64
0641cedd3d Reduce memory leaks maybe? 2024-05-14 23:11:17 +02:00
Simone
e61dc1bfc4 Init parallelrdp on EmuThread thread (so that the console doesnt get spammed with error logs) 2024-05-14 15:31:47 +02:00
Simone
02d1f888d8 Refactor Parallel RDP wrapper 2024-05-14 12:15:27 +02:00
SimoneN64
7caa8c25c5 Audio works 2024-01-22 18:37:02 +01:00
Simone
b358862314 remove fmt from submodules 2024-01-22 15:27:08 +01:00
Simone
7d54887d63 input 2024-01-19 17:04:28 +01:00
SimoneN64
7f1bef6037 Make this a unique_prt 2024-01-18 23:35:30 +01:00
SimoneN64
1c6f89f856 Yeah 2024-01-18 22:09:27 +01:00
Simone
25a6a9f23d smaller fixes 2024-01-18 13:34:17 +01:00
Simone
af7a6c004b start this from scratch 2024-01-18 12:31:53 +01:00
SimoneN64
3bb4f5e31e Support for loading archives 2023-06-11 18:27:08 +02:00
CocoSimone
5d35fb229f make menu bar disappear + change way scaling works 2023-02-10 14:22:00 +01:00
CocoSimone
64630ea06b No more segfault in JIT. Keeps executing the same blocks over and over though... 2023-01-04 16:50:33 +01:00
CocoSimone
c915ebc11d Dynarec + CMake restructure 2023-01-02 22:07:30 +01:00
CocoSimone
2fad0d8b98 Fix windows, hopefully 2022-12-24 18:35:31 +01:00
CocoSimone
4adb7a46f8 Restructure 2022-12-22 23:08:37 +01:00
CocoSimone
5905529982 Game list uses new DB 2022-12-19 00:06:37 +01:00
CocoSimone
69dbacf43d Minor fixes 2022-10-25 21:56:43 +02:00
CocoSimone
7aa019fac1 Fixed a bunch of the RSP, now Mario 64 correctly shows graphcis 2022-10-16 23:07:25 +02:00
CocoSimone
fc6642554c Introduce memory editor and fix crash on dumping RDRAM 2022-10-12 01:46:22 +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
68be852238 Fixing validation errors (needs a change in parallel-rdp WARNING) 2022-08-22 03:47:29 +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
2e05e81c53 comment out imgui stuff for now 2022-08-11 19:54:03 +02:00
CocoSimone
325ef2a66b get rid of #define VK_NO_PROTOTYPES 2022-08-08 09:45:15 +02:00