Commit graph

3115 commits

Author SHA1 Message Date
wally4000
4cbf70a925 Replace a bunch more IO:: namespace stuff 2024-06-18 10:53:45 +10:00
wally4000
46263f03f1 Start fixing Zipped roms, still needs more work so remains disabled 2024-06-18 10:53:33 +10:00
wally4000
f2c073db21 Replace IsRomname Function with filesystem operations 2024-06-18 07:55:10 +10:00
Wally4000
0902dc2db1 Fix CTR build 2024-06-17 21:00:23 +10:00
wally4000
68233ee492 Fix more path stuff 2024-06-17 20:05:10 +10:00
wally4000
b3d1a8bf49 Use std::filesystem for Preview_path 2024-06-17 16:44:31 +10:00
wally4000
4bcc5af9b9 Move MathUtil.h to Utility 2024-06-17 16:29:28 +10:00
wally4000
376da50a3e Use std::numerics instead of C short / long max 2024-06-17 16:24:37 +10:00
wally4000
e2503293f0 update uncached_ptr function 2024-06-17 16:24:18 +10:00
wally4000
df552ba27e use constexpr and unrolled GetNextPowerOf2 2024-06-17 14:59:13 +10:00
wally4000
21f8568dd1 Remove more redundant files 2024-06-17 14:58:03 +10:00
wally4000
bdee8e419b Merge branch 'master' into Tidy_Base 2024-06-17 14:55:08 +10:00
wally4000
d157044de2 Clean up unused files 2024-06-17 14:49:02 +10:00
wally4000
403a0778dc Fix Debug Build 2024-06-17 14:45:43 +10:00
wally4000
677f53c592 Modernise DAEDALUS_USE and replace ARRAY_SIZE VARIABLE 2024-06-17 13:45:41 +10:00
wally4000
a339eb5549 Remove DAEDALUS_FORCEINLINE macro to use default inline 2024-06-17 06:48:18 +10:00
Wally4000
bae4dc4d0b Clean up more files. 2024-06-15 13:27:19 +10:00
Wally4000
c7fe9bdb1d Remove imgui from source tree 2024-06-15 13:25:36 +10:00
wally4000
ebaad9bd2c Remove Functor in favour of std::function 2024-06-11 13:12:22 +10:00
Ben
200dd0d26e
Merge pull request #63 from imnotpete/patch-1
Update README.md
2024-06-11 12:22:26 +10:00
z2442
5627cae9da
Merge pull request #65 from DaedalusX64/UI_Fixes_MAC
SLD2 Gamepad support
2024-06-10 20:33:22 -04:00
z2442
73e324c14b
Merge branch 'master' into UI_Fixes_MAC 2024-06-10 20:31:44 -04:00
Ben
792855672c
Merge pull request #64 from wally4000/master
Make sure we destroy the SDL_TTF texture, otherwise we leak
2024-06-09 20:31:35 +10:00
z2442
4edfc7b005 *Added wallys memory leak fix
*Added full support for SDL2 gamepads
*Fixed a leak with SDL2 UI swaping
2024-06-08 18:31:31 -04:00
wally4000
e8da61d850 Fix Dialogs and make DAEDALUS_SDL Switch for PSP 2024-05-28 11:17:04 +10:00
wally4000
6f52ec47a2 This work could be duplicated.. 2024-05-28 08:08:25 +10:00
wally4000
36aed19521 Make sure we destroy the texture, otherwise we leak 2024-05-27 16:26:53 +10:00
z2442
4001a495d9 More UI fixes 2024-04-29 20:58:28 -04:00
z2442
4019b7bc70 disable text wrap in GL seems to fail with the font. 2024-04-29 20:47:21 -04:00
z2442
6a84fe8679 audio plugin fix for linux -> disable pthread on linux build 2024-04-29 19:12:15 -04:00
z2442
1b37ea8b13 Fixing pause and menu screen 2024-04-23 19:43:55 -04:00
Sam Jones
930b56e8b8
Update README.md
Spelling fix
2024-02-02 10:14:20 -05:00
Ben
b232047a3e
Merge pull request #62 from DaedalusX64/PSP_Build_fix
Revert Vector change, build as a PRX
2024-01-27 15:41:18 +11:00
Wally4000
4de4e22eac Revert Vector change, build as a PRX 2024-01-26 15:09:43 +11:00
Ben
f6e02db64f
Update README.md 2023-12-29 12:32:21 +11:00
Ben
6d91f86345
Merge pull request #59 from krazynez/master
Remove GH Actions depreciation warnings
2023-12-29 11:48:58 +11:00
Brennen Murphy
761e41b25d fixed more warnings 2023-12-28 08:08:10 -05:00
Brennen Murphy
c366a9fcf4 updated workflow to prevent warnings 2023-12-28 07:50:16 -05:00
Ben
299bad4983
Merge pull request #56 from howard0su/dynarec_norm
De-duplicate register cache code
2023-12-16 18:57:33 +11:00
Howard Su
8ad213b4cb De-duplicate register cache code 2023-12-15 22:21:38 -08:00
Ben
df2fc99f85
Merge pull request #55 from howard0su/linux_dynarec
Fix a merge error for linux x64 dynarec
2023-12-13 23:43:04 +11:00
Howard Su
13a8103c4c Fix a merge error for linux x64 dynarec 2023-12-12 15:59:53 +08:00
Ben
90941e82cb
Merge pull request #54 from howard0su/w32_audio
Default to use async process ALIST on Windows
2023-12-12 16:03:10 +11:00
Howard Su
e957638bb3 Defaut to use async process ALIST on Windows 2023-12-12 11:30:43 +08:00
Ben
3e2a6d2002
Merge pull request #49 from howard0su/pspui
Make PSP UI platform independent.
2023-12-12 08:30:25 +11:00
Howard Su
0f48c67f36 Fix a bug in x64 dynarec 2023-12-12 00:18:30 +08:00
Howard Su
f9e0d9873b Fix PSP build 2023-12-11 07:18:37 -08:00
Howard Su
b903b064aa Move UIContext to Graphics 2023-12-11 21:04:13 +08:00
Howard Su
a754796a60 Fix 3DS build 2023-12-11 20:44:33 +08:00
Howard Su
7d6d937055 Fix CI windows build 2023-12-11 20:40:58 +08:00