Wally4000
f029fc65ba
Begin to use std::thread
2024-10-06 13:30:12 +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
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
345be9e963
Windows slashes yay
2024-07-01 11:33:35 +10:00
wally4000
9476068375
Fix Background in SaveState selector
2024-06-25 12:02:56 +10:00
wally4000
4bcc5af9b9
Move MathUtil.h to Utility
2024-06-17 16:29:28 +10:00
Howard Su
659331f611
Fix CI
2023-12-06 14:30:21 +08:00
Howard Su
d3c304abae
Cleanup UI code for platform independent
2023-12-05 14:15:25 +08:00
Wally4000
f18777f945
More snprintf
2023-10-31 14:32:21 +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
cb40abe1c3
Printf doesn't work with std::filesystem :)
2023-04-26 09:49:02 +10:00
Wally4000
6dca83df5e
Clean up CMake (PSP Build is jank)
2023-04-15 09:35:45 +10:00
Wally
faaac7fcad
Refine CMakeLists more
2022-06-22 22:41:10 +10:00
Wally4000
3f6594bb0b
Remove deprecated home_button hook
2022-06-17 08:08:16 +10:00
Wally4000
bb7d13ca06
Change CMake Script to allow installing
2022-06-13 20:59:43 +10:00
Wally4000
ca36d90a3e
Clean up more functions
2022-05-03 22:20:05 +10:00
Wally4000
45f66d9ad5
Move Plugins to Plugins Directory
2022-05-03 22:13:44 +10:00
Wally4000
13f43ae5af
Remove PATHSPSP
2022-05-03 22:12:16 +10:00
Wally4000
8295b53ff9
Remove JobManager from PSP Audio
2022-05-01 16:38:18 +10:00
Wally4000
3a209fc918
Use the Posix Timing on PSP. Small perf +
2022-04-01 15:21:48 +11: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
Wally4000
6f73fd820d
Use a template for make_uncached_ptr and clean up
2021-12-24 15:05:18 +11:00
Wally4000
cd80cfc6de
Just use strcasecmp now. All platforms support it
2021-12-09 16:05:21 +11:00
Wally4000
eadc1b3758
move from typedef to modern using declaration
2021-10-18 18:58:14 +11:00
Wally4000
b1e6ac01da
Adding in some std:: functions to replace some templates
2021-10-16 22:54:18 +11:00
Wally4000
0e4dd5604e
ThreadHandle not defined correctly. Breaks in new toolchain
2021-10-16 17:25:20 +11:00
Wally4000
3013f10369
Remove some Curly braces in Pause Screen
...
Add "Battery is charging string" to remove random garbage on screen
2021-02-22 12:47:51 +11:00
Wally4000
15e3e2a1d0
Update to the Bazel Directory Structure..
2020-08-22 18:42:41 +10:00
Carlos R
6a1fbfca52
Fixed PSP path for savegames and FindFilename usage
2020-08-09 11:59:04 -07:00
Carlos R
3de6b8210e
Fixes and improvements for hle cache and mempack support
...
*Fixed mempack support when savetype is not unknown, for simplicity we always assume the presence of the mempack. Ill add proper support to disable it later
*Removed force flag for Save_Flush, this was a legacy flag mainly used to manually allow users to force saving
*Moved hle cache directory inside the SaveGames folder and removed all the duplicate code added when it was moved to its own directory
*Fixed accurate TMEM for the PSP (still disabled on the PSP)
2020-07-12 14:10:40 -07:00
=
1511baa25e
Fix up paths in headers
2020-05-27 19:20:52 +10:00
joey
afea726b77
Revert "Update Async audio code"
...
This reverts commit df857580a6
.
2020-05-16 21:18:12 +10:00
joey
df857580a6
Update Async audio code
2020-05-01 14:55:39 -04:00
z2442
e3f3b598f0
check for zero
2019-10-17 19:36:57 -04:00
z2442
016fe385cc
more documentation
2019-10-05 10:56:02 -04:00
z2442
dd95ab0f7d
Added a speed hack / revert async to faster version
2019-10-05 10:47:58 -04:00
z2442
9a7552956a
Fix Debug build
...
Correct Async Audio
2019-09-24 20:16:41 -04:00
z2442
e8064336a2
Clean up job man remove extra While loop
2019-05-27 20:51:28 -04:00
Ben Slater
a751be2906
Replace memcpy with memmove in audio
...
Increase size of jobmanager buffer and replace memcpy with memmove
2019-05-09 12:08:46 +10:00
z2442
0314cb963c
change job man to uncahced
2019-05-08 17:25:24 -04:00
z2442
bd5a5dd822
make me buffer uncached
2019-05-07 23:05:27 -04:00
z2442
64253ea96d
set back to null
2019-05-06 20:04:28 -04:00