Commit graph

2789 commits

Author SHA1 Message Date
Wally4000
c00870467d Tidy up AudioPluginPSP 2021-11-23 12:25:17 +11:00
Wally4000
ce4e311c96 All platforms can use the same types. 2021-11-20 10:23:11 +11:00
Wally4000
4dec722a1b Simplify savegame path logic 2021-11-13 15:38:25 +11:00
Wally4000
0d9cb06b08 use std::filesystem::path with gDaedalusExePath 2021-11-13 15:36:38 +11:00
Wally4000
6b1dd75b6b Remove the Dev Build Config Options as in Cmake 2021-11-13 15:21:10 +11:00
Wally4000
c39ebb78b6 Use Posix IO with PSP 2021-11-13 15:19:56 +11:00
wally4000
d52ce85ce8 replace Clamp with std::clamp 2021-10-23 23:08:27 +11:00
wally4000
b2a97c9471 Fix build. 2021-10-23 22:26:46 +11:00
wally4000
8b1bc7baad Universal in PSP build for now 2021-10-23 22:15:23 +11:00
wally4000
4fbc81a4ac Use std::max and std::min 2021-10-23 22:12:40 +11:00
wally4000
d5538e3baa Remove legacy static assert 2021-10-23 21:51:51 +11:00
wally4000
b59bd6bea4 Dunno 2021-10-23 21:48:59 +11:00
wally4000
6a619737ac Fixed Linux Build 2021-10-19 23:08:02 +11:00
Wally4000
226a1ae624 Tidy up defines internally, move to CMake 2021-10-19 21:54:40 +11:00
Wally4000
b9ce367826 Begin internal path stuff with std::filesystem 2021-10-18 22:29:23 +11:00
Wally4000
4082edabe5 Let CMake Handle Endianness Detection 2021-10-18 22:28:41 +11:00
Wally4000
72b8d511b4 Clean up main a bit 2021-10-18 21:41:29 +11:00
Wally4000
d2b861fd72 Automatically create a SaveGames folder 2021-10-18 21:22:31 +11:00
Wally4000
06749d7ecc Disable Colour option on menu 2021-10-18 20:01:02 +11:00
Wally4000
cdfb80e6ab Tidy up Types.h 2021-10-18 20:00:27 +11:00
Wally4000
eadc1b3758 move from typedef to modern using declaration 2021-10-18 18:58:14 +11:00
Wally4000
124cc6bef1 Change from typedef to mdero 2021-10-18 18:57:04 +11:00
Wally4000
06ed2f6d4a use Posix threads 2021-10-18 15:08:16 +11:00
Wally4000
e0c0d23a06 Remove kubridge libraries, tidy up main a bit 2021-10-17 12:27:12 +11:00
Wally4000
b1e6ac01da Adding in some std:: functions to replace some templates 2021-10-16 22:54:18 +11:00
Wally4000
105ac5beb7 st_ctime is now sce_st_ctime 2021-10-16 17:55:54 +11:00
Wally4000
daf0238852 Build files in base directory 2021-10-16 17:54:22 +11:00
Wally4000
a1474dd68a Use Toolchain provided IntraFont / KUBridge. Don't build as PRX for now 2021-10-16 17:53:40 +11:00
Wally4000
2e7618627e PSP will now use strcasecmp 2021-10-16 17:50:11 +11:00
Wally4000
f94deb4a85 bufferwidth and pixelformat are not s32 variables 2021-10-16 17:26:18 +11:00
Wally4000
0e4dd5604e ThreadHandle not defined correctly. Breaks in new toolchain 2021-10-16 17:25:20 +11:00
Wally
299d82978d Revert "Revert "sorta fixed frame limiter and enabled win32 threaded audio""
This reverts commit 5b99ec13c8.
2021-07-18 11:09:50 +10:00
Wally
5b99ec13c8 Revert "sorta fixed frame limiter and enabled win32 threaded audio"
This reverts commit 8791abed65.
2021-07-18 11:09:07 +10: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
c91176dfb4 Enable 02 again 2021-02-20 14:37:19 -05:00
z2442
a34ab37f37 This should be NULL 2021-02-20 13:53:54 -05:00
z2442
091a48c042 Remove vita refrence from about screen. 2021-02-20 13:33:16 -05:00
Ben Slater
3c3c48b749 Added .vs to gitignore to stop vs caches from uploading. 2021-01-26 22:54:44 +11:00
z2442
383621ba0d Add window resize + fullscreen toggle 2020-12-31 08:52:37 -05:00
z2442
8791abed65 sorta fixed frame limiter and enabled win32 threaded audio 2020-12-22 13:58:12 -05:00
z2442
6cb37a2040 Mapp z button 2020-12-21 14:34:42 -05:00
z2442
bbfe479234 Add analog stick support 2020-12-21 14:03:36 -05:00
z2442
4fee3bc6d3 Basic Xinput Support for windows! 2020-12-21 13:00:32 -05:00
z2442
fe552bb2ef Fix linking issue 2020-12-21 11:24:24 -05:00
z2442
3039f6a652 Windows support! 2020-12-18 13:14:27 -05:00
Wally4000
976e24ddd1 Update Git Ignore to reflect build changes
Get rid of GetTargetU32 which is unsafe on 64 bit platforms
2020-08-30 09:36:56 +10:00
Wally4000
00f6fc054f Fix macOS Build 2020-08-25 15:26:42 +10:00
Wally4000
c83e5fe929 Update CMakeLists / Daedalus build script to make it less complex 2020-08-25 15:10:43 +10:00
Wally4000
81fcb6b354 Remove GraphicsPlugin file 2020-08-22 20:55:32 +10:00
Wally4000
15e3e2a1d0 Update to the Bazel Directory Structure.. 2020-08-22 18:42:41 +10:00