Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Allows for copying or renaming uncompressed save files, such as
in Phantasmagoria 1, without compressing them in the process.
|
|
|
|
|
|
|
|
|
|
Allows a full build to run on old generation devices
|
|
|
|
|
|
|
|
Since commit 04c57ba, this should no longer be necessary.
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There was a duplicated object inclusion in the module makefile defines.
|
|
fstat is generally faster as is does not cause the IO buffer to be
invalidated / refilled.
Benchmark results for the startup time of the SCI engine with Gabriel
Knight 1 CD:
- Linux, glibc, spinning HDD, fseek/ftell: 140 ms
- Linux, glibc, spinning HDD, fstat: 100 ms
- 3DS, newlib, SD card, fseek/ftell: 68 s
- 3DS, newlib, SD card, fstat: 11 s
|
|
|
|
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
This was broken by the recent modifications to the SurfaceSDLGraphics class
which this inherits from.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|