Commit graph

273 commits

Author SHA1 Message Date
wally4000
64c05f1258 Merge branch 'master' of https://github.com/daedalusx64/daedalus 2024-12-06 18:33:02 +11:00
wally4000
e8d41cf3df Only create folders if the file doesn't have an extension (Safe I think) 2024-12-06 18:26:08 +11:00
Wally4000
67ec7b2ca3 Add Translate Feature to SDL UI 2024-10-07 13:02:11 +02:00
Wally4000
6247437b73 Generate Folder if does not exist 2024-09-21 10:28:09 +02:00
Wally4000
04a72fbc5e Add Profiler control for Cmake 2024-09-04 13:35:07 +10:00
wally4000
25786904f3 Don't use extern basedir anymore, create directories if needed 2024-08-09 19:14:46 +10:00
wally4000
3ef43eaa48 Move Timing.cpp to System 2024-08-07 12:57:53 +10:00
wally4000
a367c6a4db Path issues breaking out of tree builds. 2024-08-06 14:29:39 +10:00
wally4000
fd22ce09e0 Shuffle some files around 2024-08-05 21:15:57 +10:00
wally4000
1b613bb9b8 Posix timing is just STL now, move to base. 2024-08-03 09:47:38 +10:00
wally4000
057d301b11 Remove BaseDir extern and replace with setBasePath function 2024-08-02 15:15:58 +10:00
wally4000
1cae4e21fe Remove redundant UI file 2024-07-18 13:24:21 +10:00
wally4000
ee96bb4f0b Move some UI stuff to Unique_ptrs 2024-07-16 16:01:06 +10:00
wally4000
74ac1819a1 Revert "Move some UI stuff to Unique_ptrs"
This reverts commit 094328ae26.
2024-07-16 15:41:44 +10:00
wally4000
094328ae26 Move some UI stuff to Unique_ptrs 2024-07-16 14:27:02 +10:00
wally4000
fda2ce6155 Use std::string a bit more (Will make sense later) 2024-07-16 13:13:20 +10:00
wally4000
dd5de90df1 Fix some missing includes 2024-07-12 19:16:43 +10:00
wally4000
a02e85073e Move a lot of fopen to std::fstreams 2024-07-11 20:10:49 +10:00
Wally4000
0db6f44622 Apply some fixes so Windows builds again 2024-06-29 11:55:46 +10:00
wally4000
9476068375 Fix Background in SaveState selector 2024-06-25 12:02:56 +10:00
wally4000
4a35201f22 Specify if a variable is unused to silence compiler. 2024-06-20 12:24:05 +10:00
wally4000
5be11beeb3 Std::filesystem by reference and start to enable Translate for all 2024-06-20 10:07:25 +10:00
wally4000
68233ee492 Fix more path stuff 2024-06-17 20:05:10 +10:00
wally4000
4bcc5af9b9 Move MathUtil.h to Utility 2024-06-17 16:29:28 +10:00
wally4000
677f53c592 Modernise DAEDALUS_USE and replace ARRAY_SIZE VARIABLE 2024-06-17 13:45:41 +10:00
wally4000
ebaad9bd2c Remove Functor in favour of std::function 2024-06-11 13:12:22 +10:00
Howard Su
5c0dd83555
Merge branch 'master' into pspui 2023-12-08 09:22:48 +08:00
Howard Su
734ed8788d Make Win32 build on Release 2023-12-07 22:56:38 +08:00
Howard Su
fcc875fb46 Fix warnings, still left some 2023-12-06 08:52:37 +08:00
Howard Su
d3c304abae Cleanup UI code for platform independent 2023-12-05 14:15:25 +08:00
Wally4000
3dab92cd1d Fix a few more changes 2023-10-31 14:26:05 +11:00
Wally4000
1c5ca317f2 Adding 3DS Port 2023-10-30 21:27:44 +11:00
Wally4000
895e8910d9 Remove BuildOptions and clean up macros 2023-10-23 12:58:37 +11:00
Wally4000
76eb881494 use shared_ptr instead of RefCounted Class 2023-06-22 15:47:48 +10:00
Wally4000
4e60fb4901 Remove AuxFunc.h 2023-06-22 14:57:25 +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
2b8224a026 use built in string.. 2023-04-26 09:54:51 +10:00
Wally4000
b5ed8ac792 Revert "Remove redundant Stream.cpp file"
This reverts commit 5e38dee8e3.
2023-04-25 11:01:34 +10:00
Wally4000
5e38dee8e3 Remove redundant Stream.cpp file 2023-04-23 21:59:18 +10:00
Wally4000
6dca83df5e Clean up CMake (PSP Build is jank) 2023-04-15 09:35:45 +10:00
Wally4000
060557db9b Use smart pointers for singleton and graphics 2022-07-16 00:36:25 +10:00
Wally4000
d40f4d24d7 Simplify Endian check Code 2022-06-22 23:35:36 +10:00
Wally
9fe0d7666f Use modern alignas specifier 2022-06-19 13:55:08 +10:00
Wally4000
b0185d6441 Begin introducing std::filesystem more 2022-04-19 20:22:58 +10:00
wally4000
658964d47d Start fixing Windows Build, move x86 dynarec 2022-04-16 17:16:12 +10:00
Wally
23d60271b8 PSP will now build but crashes :( 2022-03-27 12:56:24 +11:00
Wally4000
3fec82b04d Remove stdafx.h for consistency 2022-03-22 18:06:17 +11:00
Wally4000
1804b898cf Overhaul CMake. May break PSP Build 2022-03-21 21:34:56 +11:00
Wally4000
0044d9ae30 Exclusive PSP Utilities should be in PSP/Utility 2022-01-31 11:19:44 +11:00
Wally4000
ccd9bb3bf6 Move Functor to SysPSP/Utility 2022-01-31 10:38:29 +11:00