Commit graph

226 commits

Author SHA1 Message Date
Wally4000
0c04c1ada1 Merge branch 'master' into Tidy-Pointers 2023-06-28 10:39:43 +10:00
Wally4000
5c7d7d48a6 Updated a bunch of pointers so they're unique. 2023-06-26 22:11:29 +10:00
Wally4000
76eb881494 use shared_ptr instead of RefCounted Class 2023-06-22 15:47:48 +10:00
Wally4000
2b8224a026 use built in string.. 2023-04-26 09:54:51 +10:00
Wally4000
e4be3c629e Update Date in PSPMenu 2023-04-26 09:48:20 +10:00
Wally4000
2c130d6305 Tidy up About Component 2023-04-26 09:47:42 +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
2824aaaba6 Use Std::filesystem more 2022-07-11 13:54:08 +10:00
Wally
faaac7fcad Refine CMakeLists more 2022-06-22 22:41:10 +10:00
Wally
48e6e1d54f Use BuildOptions.h for macro functions 2022-06-19 22:32:56 +10:00
Wally
2e15beada7 Clean up Math.h 2022-06-18 19:10:42 +10:00
Wally4000
3f6594bb0b Remove deprecated home_button hook 2022-06-17 08:08:16 +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
c9df0d49d0 Use FileSystem for more things 2022-04-28 13:20:10 +10:00
Wally4000
107297c150 Keep PSP Stat where it's used 2022-04-24 12:23:21 +10:00
Wally4000
b0185d6441 Begin introducing std::filesystem more 2022-04-19 20:22:58 +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
Wally4000
a1f945414d Remove System/Paths.h / Paths.cpp as not required 2022-01-30 21:21:03 +11:00
Wally4000
4b54ce3dbb Up to C++ 20, fix some filesystem operations 2022-01-30 19:56:41 +11:00
Wally4000
4dec722a1b Simplify savegame path logic 2021-11-13 15:38:25 +11:00
wally4000
d52ce85ce8 replace Clamp with std::clamp 2021-10-23 23:08:27 +11:00
Wally4000
72b8d511b4 Clean up main a bit 2021-10-18 21:41:29 +11:00
Wally4000
06749d7ecc Disable Colour option on menu 2021-10-18 20:01:02 +11:00
Wally4000
eadc1b3758 move from typedef to modern using declaration 2021-10-18 18:58:14 +11:00
Wally4000
105ac5beb7 st_ctime is now sce_st_ctime 2021-10-16 17:55:54 +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
z2442
091a48c042 Remove vita refrence from about screen. 2021-02-20 13:33:16 -05:00
Wally4000
15e3e2a1d0 Update to the Bazel Directory Structure.. 2020-08-22 18:42:41 +10: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
=
a68b3bdafe Add Cache Directory and move hle files there
Make sure SaveStates and Cache dir are generated on fly
Update Roms.ini
2020-04-15 17:46:49 +10:00
z2442
e4484173b9 Changes for finally working vita detection! 2019-05-23 20:08:32 -04:00
Ben Slater
e9f95d3f18 Tidied up code more, removed some more asserts and debug stuff 2019-05-22 14:26:24 +10:00
Ben Slater
fc8cd1fef2 removed some files that are not required
Added a bunch more PSP variants to our About component
2019-05-22 12:15:37 +10:00
Ben Slater
6a725bf99e Removed a bunch of asserts / debug options from release build, stabs a bunch of compiler warnings 2019-05-03 17:43:44 +10:00
Wally
c93ca716d5 Tidied up the UI more
Fixed a compler warning
2019-03-19 10:16:15 +09:00
Wally
30eca8117b yShuffle some files around
Added -lc to build script to use fast memcpy

A#
2019-03-18 15:45:59 +09:00
Wally
4528261cd4 Removed redundant pspfpu file
Set Framerate limiter and top 3 advanced optimisations to true
Tidy up rom screen a bit more
2019-03-17 09:33:23 +09:00
Wally
da73840e2e Removed Unused Dialogue stuff. 2019-03-16 21:03:16 +09:00
Ben Slater
103f97de10 Revert RomSelectorCOmponent back to rev 636, fixes GUI bugs.
Updated Zlib Wrapper so code compiles on macOS
 Please enter the commit message for your changes. Lines starting
2019-03-16 20:36:22 +09:00
Ben Slater
04ca1d4e7c Fixed Rom List BSOD on floor
Added more roms to roms.ini
2019-03-13 00:09:48 +09:00