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
|
ee10889c70
|
Make it work with SDL3
|
2024-09-05 20:58:14 +02:00 |
|
SimoneN64
|
e253627890
|
Run clangformat everywhere
|
2024-08-27 21:35:07 +02:00 |
|
SimoneN64
|
010d911adc
|
Merge branch 'dev' into jit
# Conflicts:
# src/backend/core/registers/Registers.hpp
|
2024-08-19 23:39:45 +02:00 |
|
SimoneN64
|
a4e6227af2
|
Fix CLI args
|
2024-08-16 00:02:14 +02:00 |
|
SimoneN64
|
a35fac4a4e
|
Start implementing some instructions
|
2024-05-21 22:46:08 +02:00 |
|
Simone Coco
|
7479ad46a6
|
AutoRelease better log and null handling
|
2024-05-20 15:13:30 +02:00 |
|
Simone
|
02d1f888d8
|
Refactor Parallel RDP wrapper
|
2024-05-14 12:15:27 +02:00 |
|
SimoneN64
|
059f884ca7
|
Refactor many other things
|
2024-05-13 20:55:55 +02:00 |
|
SimoneN64
|
423647d69a
|
Refactor Mupen Movies
|
2024-05-13 20:55:55 +02:00 |
|
Simone
|
b358862314
|
remove fmt from submodules
|
2024-01-22 15:27:08 +01:00 |
|
SimoneN64
|
042fd05338
|
WORKS
|
2024-01-19 00:59:47 +01:00 |
|
SimoneN64
|
1c6f89f856
|
Yeah
|
2024-01-18 22:09:27 +01:00 |
|
SimoneN64
|
b70188fdb1
|
fix a bunch of warnings
|
2024-01-03 14:22:06 +01:00 |
|
SimoneN64
|
4331981d34
|
Lay down initial PI bus latch implementation
|
2023-11-06 21:47:47 +01:00 |
|
SimoneN64
|
b1f7659359
|
Experimental save state support
|
2023-10-30 09:37:09 +01:00 |
|
SimoneN64
|
4715652970
|
Lay down initial JIT structure
|
2023-07-25 10:56:27 +02:00 |
|
SimoneN64
|
698032f0a1
|
Lay down BaseCPU structure
|
2023-07-24 16:06:33 +02:00 |
|
SimoneN64
|
e587c31150
|
Avoid rendering if window is minimized + pause on minimize/losing focus
|
2023-07-22 19:34:57 +02:00 |
|
SimoneN64
|
9f27961cb9
|
things
|
2023-06-13 21:27:37 +02:00 |
|
SimoneN64
|
08c9484857
|
move done variable into window class
|
2023-06-12 17:15:43 +02:00 |
|
SimoneN64
|
0b21f16ea6
|
don't allocate entire app on heap
|
2023-06-12 10:13:50 +02:00 |
|
SimoneN64
|
91575fe4df
|
fix some warnings
|
2023-06-12 10:12:55 +02:00 |
|
SimoneN64
|
f62df87381
|
Reduntant includes
|
2023-06-09 16:06:16 +02:00 |
|
SimoneN64
|
f92c65326c
|
Reset system overhaul
|
2023-06-05 11:28:11 +02:00 |
|
SimoneN64
|
30fce7ecf7
|
get rid of JIT and other things
|
2023-06-04 22:28:23 +02:00 |
|
CocoSimone
|
27516afaca
|
Update ImGui
|
2023-02-26 03:49:53 +01:00 |
|
CocoSimone
|
030f04df03
|
Rename dynarec to JIT everywhere
|
2023-02-21 02:20:35 +01:00 |
|
CocoSimone
|
f113db7059
|
Use virtual class for different cpu types rather than that hot mess with pointers and shiz
|
2023-02-19 22:14:59 +01:00 |
|
CocoSimone
|
bead7e55bc
|
HUGE performance boost thanks to advice from @fleroviux ❤️
|
2023-02-19 19:21:38 +01:00 |
|
CocoSimone
|
e665f2d6e9
|
move controller logic to PIF
|
2023-02-19 14:54:26 +01:00 |
|
CocoSimone
|
e95ca54cd1
|
fix windows CI (disable gdb stub)
|
2023-02-11 18:19:15 +01:00 |
|
CocoSimone
|
90fd566e92
|
hopefully fixes Windows CI
|
2023-02-11 15:16:58 +01:00 |
|
CocoSimone
|
2a9a9e37b0
|
add gdbstub
|
2023-02-11 13:45:55 +01:00 |
|
CocoSimone
|
2cd82dff69
|
unmap cartridge and imem/dmem from fastmem (checks outweighed the performance) + support for PAL framerate
|
2023-02-11 12:58:18 +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
|
ea5e4895ba
|
Use physical address for indexing into blocks
|
2023-01-13 19:19:51 +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
|
408e369df5
|
Dynarec ground work
|
2022-12-29 23:05:11 +01:00 |
|
CocoSimone
|
138c3f6a98
|
Share registers between both cores
|
2022-12-25 00:01:31 +01:00 |
|
CocoSimone
|
4adb7a46f8
|
Restructure
|
2022-12-22 23:08:37 +01:00 |
|