Commit graph

3114 commits

Author SHA1 Message Date
Wally4000
1c5ca317f2 Adding 3DS Port 2023-10-30 21:27:44 +11:00
Wally4000
3818abcaa0 Fix PSP Build 2023-10-29 16:33:33 +11:00
Wally4000
a028bb83f1 Fix PSP Build 2023-10-28 21:15:55 +11:00
Wally4000
2c98185194 Remove redundant Platform.h 2023-10-23 15:37:27 +11:00
Wally4000
8f83e2bc04 Modern compilers can deal with __fastcall 2023-10-23 13:05:33 +11:00
Wally4000
895e8910d9 Remove BuildOptions and clean up macros 2023-10-23 12:58:37 +11:00
Wally4000
ef1b76a0b8 Match the armv string to stop arm64 2023-10-18 07:26:08 +11:00
Wally4000
d27675494a Restore Cache Alignment specifiers 2023-10-16 21:45:50 +11:00
Wally4000
b068d33942 Fix Posix Build. 2023-10-16 11:07:00 +11:00
Wally4000
448c384727 Begin fixing Posix build 2023-10-15 21:19:13 +11:00
Wally4000
27218873d0 This is really sensitive.. revert it, 2023-10-15 14:58:00 +11:00
Wally4000
3d4db59417 Start to fix Dynarec Code 2023-10-11 21:58:36 +11:00
Wally4000
34cba45c1c Add temporary build script for CIA files until CMake works 2023-10-11 19:53:22 +11:00
Wally4000
54d2ad311d Fix .cia exclusion 2023-10-11 19:52:55 +11:00
Wally4000
b6eff3b826 Hurray it lives. 2023-10-11 18:47:51 +11:00
Wally4000
0ebdb82f00 Fix Case Sensitivity. 2023-10-10 20:56:05 +11:00
Wally4000
b9b659c353 Adjust Paths a bit, but start to fix properly 2023-10-10 20:29:14 +11:00
Wally4000
5b8fb28b57 Compiles and launches, doesn't get to games yet :) 2023-10-10 12:52:48 +11:00
Wally4000
73827031bf Bunch more compilation fixes, not quite there yet 2023-10-04 12:58:31 +11:00
Ben Slater
018fba9e2c Fix CTR CMake Option -_- 2023-10-04 09:12:04 +11:00
Wally4000
af2ee46808 General code tidying up, cmake script borked ATM 2023-10-02 14:06:45 +11:00
Wally4000
ce65cccef0 Update 3DS Code 2023-09-29 15:18:04 +10:00
Ben
7dfb90c1aa
Update README.md 2023-09-21 14:08:17 +10:00
Wally4000
17cdd2918a We're now using SDL PSP Audio (Does not work yet) 2023-09-10 12:27:09 +10:00
Wally4000
c53d81ca3f Reduce memory usage so emulator works on PSP again 2023-09-10 12:22:06 +10:00
Wally4000
30e6d082bf Clean up some Cmake Options add SHOW_MEM 2023-08-21 10:19:28 +10:00
Wally4000
20ea1d6fad Fix Linux build 2023-08-21 10:17:13 +10:00
z2442
7eb132a5b1 Enable Async on the SDL2 Audio plugin 2023-08-13 12:27:28 -04:00
z2442
35425e1449 -Add Async to Mac OSX
-Fix logic error in main rom selector
-Enable SDL Quit in main window.
2023-08-06 11:07:56 -04:00
Wally4000
d90f9c4e91 Tidy up SDL Audio Code 2023-07-20 16:02:09 +10:00
Wally4000
ba8e19de65 null pointer initialiser 2023-06-28 10:48:57 +10:00
Wally4000
9efbb3ba5f Tidy up PSP Main a bit 2023-06-28 10:47:45 +10:00
Wally4000
7b61a09a95 Turn off displaylist debugger as it's broken at the moment 2023-06-28 10:46:48 +10:00
Wally4000
0ad0fe5314 Remove std::move from Vector 2023-06-22 17:36:44 +10:00
Wally4000
76eb881494 use shared_ptr instead of RefCounted Class 2023-06-22 15:47:48 +10:00
Wally4000
cf7c70c69b Tidy up types. 2023-06-22 15:04:14 +10:00
Wally4000
4e60fb4901 Remove AuxFunc.h 2023-06-22 14:57:25 +10:00
Wally4000
640cd61df6 Merge branch 'posix' of https://github.com/daedalusx64/daedalus into posix 2023-05-08 09:21:54 +10:00
Wally4000
e9f822a868 Merge branch 'posix' of https://github.com/daedalusx64/daedalus into posix 2023-05-04 13:06:53 +10:00
Wally4000
c7bed4c5a5 Pass filename by reference to avoid copies 2023-04-29 12:21:30 +10:00
Steam Deck User
56d75b43e1 Profiler: Fix Building Profiler on PSP
Has this ever been properly used? :s
2023-04-27 18:56:49 -04:00
Wally4000
0f8c125609 Saveguard the ME.prx so it only loads once 2023-04-26 12:23:31 +10:00
Wally4000
2b8224a026 use built in string.. 2023-04-26 09:54:51 +10:00
Wally4000
cb40abe1c3 Printf doesn't work with std::filesystem :) 2023-04-26 09:49:02 +10:00
Wally4000
e4be3c629e Update Date in PSPMenu 2023-04-26 09:48:20 +10:00
Wally4000
2c130d6305 Tidy up About Component 2023-04-26 09:47:42 +10:00
Wally4000
4d73616749 Correct some CMake stuff 2023-04-26 09:46:48 +10:00
Wally4000
b5ed8ac792 Revert "Remove redundant Stream.cpp file"
This reverts commit 5e38dee8e3.
2023-04-25 11:01:34 +10:00
Wally4000
b688456fbd Use builtins for random function 2023-04-24 15:51:14 +10:00
Wally4000
e89886b2d3 Move cmake_minimum required 2023-04-24 08:51:31 +10:00