wally4000
|
bd3b69ff8e
|
Move Math -> PSPMath
|
2025-03-15 20:24:05 +11:00 |
|
wally4000
|
2480f5eac7
|
Replace Vector2 and remove the vector header files
|
2025-03-13 16:14:20 +11:00 |
|
wally4000
|
9fa686dfb4
|
Merge branch 'fix_DisplayListDebugger'
|
2025-02-22 22:00:35 +11:00 |
|
wally4000
|
aab193d6e3
|
Clean up format directive
|
2025-02-22 19:07:04 +11:00 |
|
Wally4000
|
83458ba593
|
Merge pull request #90 from DaedalusX64/GLES31_PORT
Gles31 port
|
2025-02-20 14:27:59 +11:00 |
|
Wally4000
|
4e95646ee9
|
Remove Menu item in GL builds as active all the time.
|
2025-02-20 11:41:02 +11:00 |
|
z2442
|
407841c0e4
|
Another typo fix Thanks Krazy
|
2025-01-28 18:38:15 -05:00 |
|
z2442
|
25517ce9b9
|
Rename GCC_OLD to GCC_LEGACY
|
2025-01-27 21:14:53 -05:00 |
|
z2442
|
2f6c899b23
|
More libformat fixes
|
2025-01-27 20:46:09 -05:00 |
|
z2442
|
08c2b77727
|
Missed a few
|
2025-01-27 20:25:18 -05:00 |
|
z2442
|
0ab6dba948
|
Enable checking for GCC older than 13 and if that is the case use lib format instead of GCC format.
|
2025-01-27 20:13:35 -05:00 |
|
wally4000
|
6fe3317e3b
|
Start adding some fixes
|
2025-01-23 20:08:09 +11:00 |
|
z2442
|
e70c5950e6
|
Cmake GLES cleanup
|
2025-01-12 21:33:04 -05:00 |
|
z2442
|
8473b99bbe
|
init GLES port
|
2025-01-12 13:37:06 -05:00 |
|
Wally4000
|
4be4a8415b
|
Fix Savestate path logic.
|
2025-01-08 13:22:41 +11:00 |
|
Wally4000
|
78a2634e05
|
Don't show empty slots on loading states
|
2024-09-21 22:30:32 +02:00 |
|
Wally4000
|
04a72fbc5e
|
Add Profiler control for Cmake
|
2024-09-04 13:35:07 +10:00 |
|
Francisco Javier Trujillo Mata
|
52c36a8c62
|
Update daedalus after latest gprof changes on the SDK
|
2024-09-03 10:25:07 +02:00 |
|
Wally4000
|
67cf97f33b
|
Fix Windows build
|
2024-08-18 21:08:50 +10:00 |
|
wally4000
|
2e9ed6cce2
|
Remove Dynamo reference from PauseOptions
|
2024-08-09 19:16:08 +10:00 |
|
wally4000
|
69ef00bff2
|
Whoops
|
2024-08-06 12:38:08 +10:00 |
|
wally4000
|
fd22ce09e0
|
Shuffle some files around
|
2024-08-05 21:15:57 +10:00 |
|
wally4000
|
e3326478a4
|
Fix SaveStates
|
2024-08-05 13:32:54 +10:00 |
|
wally4000
|
2a5888ae7c
|
Use correct definition for saveslot
|
2024-08-02 15:21:08 +10:00 |
|
wally4000
|
057d301b11
|
Remove BaseDir extern and replace with setBasePath function
|
2024-08-02 15:15:58 +10:00 |
|
wally4000
|
c065ed98f9
|
Don't use a reference for strings otherwise garbage printed :)
|
2024-07-22 16:26:35 +10:00 |
|
wally4000
|
90f5e80caa
|
Forgot this one
|
2024-07-22 13:54:14 +10:00 |
|
wally4000
|
5845932b19
|
Tidy up pointers and chars
|
2024-07-22 13:54:03 +10:00 |
|
wally4000
|
de03f2b712
|
Clean up more pointers
|
2024-07-22 09:31:33 +10:00 |
|
wally4000
|
9dc73c61af
|
Clean up some pointers.
|
2024-07-22 09:30:31 +10:00 |
|
wally4000
|
1813af1e84
|
Fix RomList and Savestate scroller
|
2024-07-21 17:29:06 +10:00 |
|
wally4000
|
ad157ae43f
|
Convert UIElement to unique_ptr
|
2024-07-21 12:46:45 +10:00 |
|
wally4000
|
b28bbe13d6
|
Don't leave dangling pointers
|
2024-07-21 12:01:29 +10:00 |
|
wally4000
|
bc74877fd6
|
Tidy up UI more
|
2024-07-21 11:51:02 +10:00 |
|
wally4000
|
1cae4e21fe
|
Remove redundant UI file
|
2024-07-18 13:24:21 +10:00 |
|
wally4000
|
8b5cb5e0f2
|
No longer just PSP Menu..
|
2024-07-16 16:36:01 +10:00 |
|
wally4000
|
5bd823ce26
|
Fix Menu Height Restrictions
|
2024-07-16 16:35:08 +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
|
b9f09e08a1
|
Tidy up UI Files
|
2024-07-16 07:02:28 +10:00 |
|
wally4000
|
b6fec7c930
|
Fix About Screen
|
2024-07-14 18:25:40 +10:00 |
|
Wally4000
|
32f6c33bb0
|
Fix some Windows stuff
|
2024-07-12 23:17:30 +10:00 |
|
wally4000
|
e5f6729396
|
Start work on the PC UI resolution
|
2024-07-12 19:16:57 +10:00 |
|
wally4000
|
b410037b6a
|
Don't measure the Time in savestates for now..
|
2024-07-12 19:15:40 +10:00 |
|
Wally4000
|
101cca15dd
|
Fix typo
|
2024-07-04 19:24:03 +10:00 |
|
wally4000
|
9310ae0788
|
add cstring in appropriate files
|
2024-07-01 10:48:50 +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 |
|