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 |
|
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
|
a02e85073e
|
Move a lot of fopen to std::fstreams
|
2024-07-11 20:10:49 +10:00 |
|
Wally4000
|
2e2cfc0c24
|
Use the Timing from Posix Build
|
2024-07-05 21:45:44 +10:00 |
|
wally4000
|
345be9e963
|
Windows slashes yay
|
2024-07-01 11:33:35 +10:00 |
|
Wally4000
|
7e531ee23b
|
Isolate IO namespace to what is left..
|
2024-06-29 22:40:37 +10:00 |
|
wally4000
|
6b9fc4f899
|
Things will be broken here but more IO:: Removal
|
2024-06-20 16:18:03 +10:00 |
|
wally4000
|
4a35201f22
|
Specify if a variable is unused to silence compiler.
|
2024-06-20 12:24:05 +10:00 |
|
Wally4000
|
3c594851bb
|
more io
|
2024-06-18 20:21:29 +10:00 |
|
Wally4000
|
895e8910d9
|
Remove BuildOptions and clean up macros
|
2023-10-23 12:58:37 +11:00 |
|
Wally4000
|
b6eff3b826
|
Hurray it lives.
|
2023-10-11 18:47:51 +11: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
|
c0f19235a8
|
Select is now menu button again
|
2022-05-03 22:30:47 +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
|
3a6b58fa89
|
REmove PosixPaths
|
2022-03-18 18:05:11 +11:00 |
|
Wally4000
|
0c242a0249
|
Start tidying up the paths, fix c++20 compat
|
2022-01-30 21:07:40 +11:00 |
|
Wally4000
|
c39ebb78b6
|
Use Posix IO with PSP
|
2021-11-13 15:19:56 +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 |
|
Wally4000
|
8043afce6e
|
Add Cache / Save Game path support to Posix build.
Correct long filename in roms.ini
|
2020-05-12 22:56:52 +10:00 |
|
Wally
|
2d7157e5a9
|
Got SDL2 build compiling again.. Not sure if it works yet, crashes KDE on my VM
|
2019-05-27 13:00:23 +10:00 |
|
Ben Slater
|
c562b76641
|
*Clean build from StrmnNrmns repo
|
2019-02-27 17:04:51 +11:00 |
|
Wally
|
8bc2012f0e
|
Fix 64 bit support from StrmnNrmns Bazel branch
|
2019-02-04 13:52:39 +11:00 |
|
Paul Holden
|
4421643d61
|
[~] Make sure there's some attribution for GLFW.
|
2013-06-16 21:05:22 +01:00 |
|
Paul Holden
|
5708b2c461
|
[~] Stub out Cond.cpp for W32
|
2013-06-16 20:58:42 +01:00 |
|
Paul Holden
|
d5d7ee5459
|
[~] Add Condition variable utility code
|
2013-06-16 20:50:28 +01:00 |
|
strmnnrmn
|
5c94de6276
|
[~] Path::AddExtension return value is unused (and a bit pointless)
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1747 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-06-01 08:41:10 +00:00 |
|
strmnnrmn
|
9d54b648f3
|
[~] Linux fixes
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1705 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-05-19 09:05:44 +00:00 |
|
strmnnrmn
|
ffcbe649b1
|
[~] stdafx cleanup: Include stdio.h and stdlib.h where needed
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1703 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-05-19 08:53:29 +00:00 |
|
strmnnrmn
|
b05c813379
|
[~] Huge filename cleanup. Use IO::Filename rather than char [MAX_PATH] or char [MAX_PATH+1]. Add an IO::Path::Assign. Use IO::Path::Assign/Combine rather than strcpy/strcat/snprintf. Remove MAX_PATH (everything should use the constant in IO.h if required, then we can make this platform specific)
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1686 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-05-18 16:04:55 +00:00 |
|
strmnnrmn
|
c5fdd5d04a
|
[+] Add an IO::Path::Assign
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1672 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-05-06 18:39:00 +00:00 |
|
strmnnrmn
|
c431024414
|
[~] Move SysOSX stuff that also compiles for linux to SysPosix
git-svn-id: https://subversion.assembla.com/svn/Daedalusx64/trunk@1671 42e9bfbe-799a-4a2d-bad1-236e862a387a
|
2013-05-06 18:20:43 +00:00 |
|