Wally4000
|
67cf97f33b
|
Fix Windows build
|
2024-08-18 21:08:50 +10:00 |
|
z2442
|
3784886cd5
|
Audio plugin changes for SDL2
*Added SDL2 thread async
*fixed bug that prevented linux audio from working.
|
2024-08-17 10:26:11 -04:00 |
|
z2442
|
8072b7834d
|
Merge pull request #70 from wally4000/Cleanup_Reset
Cleanup reset
|
2024-08-15 17:07:25 -04:00 |
|
z2442
|
bb4cf852fb
|
Merge branch 'master' into Cleanup_Reset
|
2024-08-15 17:02:18 -04:00 |
|
wally4000
|
7000be3afb
|
Remove -g flag from CMAKE_FXX_FLAGS_RELEASE
|
2024-08-09 19:17:00 +10:00 |
|
wally4000
|
052d6b17b1
|
Add function to get CRC
|
2024-08-09 19:16:28 +10:00 |
|
wally4000
|
2e9ed6cce2
|
Remove Dynamo reference from PauseOptions
|
2024-08-09 19:16:08 +10:00 |
|
wally4000
|
25786904f3
|
Don't use extern basedir anymore, create directories if needed
|
2024-08-09 19:14:46 +10:00 |
|
wally4000
|
6106446a60
|
Move Dynamo back to core. Performance goes all weird
|
2024-08-09 19:14:31 +10:00 |
|
wally4000
|
32d2b7f057
|
Enable O3 for CTR Build
|
2024-08-07 20:16:22 +10:00 |
|
wally4000
|
292d2218f6
|
Fix Savestates - CTR
|
2024-08-07 20:16:05 +10:00 |
|
wally4000
|
53bb512f16
|
Disable Language section for CTR (Crashes)
|
2024-08-07 12:58:59 +10:00 |
|
wally4000
|
9cea81d9e3
|
Re-enable CTR timing
|
2024-08-07 12:58:47 +10:00 |
|
wally4000
|
3ef43eaa48
|
Move Timing.cpp to System
|
2024-08-07 12:57:53 +10:00 |
|
wally4000
|
fbfaaf5f66
|
Only use Timing if not CTR (Might need to change this for all embedded platforms)
|
2024-08-07 12:57:13 +10:00 |
|
wally4000
|
af02433cc4
|
Fix Typo
|
2024-08-07 12:56:49 +10:00 |
|
wally4000
|
ee97a0d358
|
Only set DAEDALUS_SDL if using PSP via CMake
|
2024-08-07 12:56:19 +10:00 |
|
wally4000
|
3dfc081887
|
Remove Redundant Path file
|
2024-08-06 16:53:45 +10:00 |
|
wally4000
|
65e5106b05
|
Create the Controller Config Directory as a failsafe.
|
2024-08-06 16:14:57 +10:00 |
|
wally4000
|
5e145861c3
|
Fix ROMBuffer Filename
|
2024-08-06 14:35:57 +10:00 |
|
wally4000
|
4d09013b1d
|
Clean up old CTR Stuff
|
2024-08-06 14:33:57 +10:00 |
|
wally4000
|
934c195043
|
Remove redundant IO file again.
|
2024-08-06 14:30:52 +10:00 |
|
wally4000
|
a367c6a4db
|
Path issues breaking out of tree builds.
|
2024-08-06 14:29:39 +10:00 |
|
wally4000
|
69ef00bff2
|
Whoops
|
2024-08-06 12:38:08 +10:00 |
|
wally4000
|
1c9f9a53e0
|
Redirect all debug messages to cout.
|
2024-08-06 10:46:04 +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
|
4e6d4f6c51
|
Move all Input to the Input Folder
|
2024-08-05 06:54:56 +10:00 |
|
z2442
|
da2e046a03
|
Merge pull request #69 from wally4000/UI_Fix
Wallys UI Fixes Merge
|
2024-08-04 08:29:13 -04:00 |
|
wally4000
|
d0f9fd7c8e
|
Move all Plugins to HLEAudio/Plugin
|
2024-08-03 09:57:12 +10:00 |
|
wally4000
|
1b613bb9b8
|
Posix timing is just STL now, move to base.
|
2024-08-03 09:47:38 +10:00 |
|
wally4000
|
4543f773ff
|
Not sure why rumble was in this function twice.
|
2024-08-03 09:44:12 +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
|
f4dc409305
|
Use std::byteswap instead of builtins.
|
2024-08-02 13:59:00 +10:00 |
|
wally4000
|
db1bc859d7
|
DrawText doesn't need to be loaded here.
|
2024-08-02 12:36:16 +10:00 |
|
wally4000
|
20edc0436f
|
Fix EDRam and Silent switch in CMake
|
2024-07-28 20:22:39 +10:00 |
|
wally4000
|
c065ed98f9
|
Don't use a reference for strings otherwise garbage printed :)
|
2024-07-22 16:26:35 +10:00 |
|
wally4000
|
ecbc05927f
|
Unintended Commit
|
2024-07-22 13:55:50 +10:00 |
|
wally4000
|
937f75d92a
|
Turn off UI Dialogs by default on PSP
|
2024-07-22 13:54:42 +10:00 |
|
wally4000
|
c823be5688
|
and this..
|
2024-07-22 13:54:34 +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
|
9df03a122f
|
Allow easy switching between intrafont and SDL2_TTF on the PSP
|
2024-07-21 13:37:15 +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 |
|