Age | Commit message (Collapse) | Author |
|
- In the case of IOS, the core uses UNAI but can be built with dynarec or interpreter. Other platform does as well. So gpu-specific defines are added for actual gpu plugin used and compiled and then the specific gpu-only core options are shown or hidden based on this #define
|
|
|
|
- at least one game (Wild Arms) is continouos spamming the log window. Silence this in a way that its easy to enable when need to.
- Remove unnecessary message in Makefile
|
|
Fix CHD build for windows
|
|
- all platforms compiles with CHD support.
- compile with HAVE_CHD=0 for no chd support.
- CHD fails building for 3DS, not sure its even fast enough for the device. I tried asking in discord channel but haven't got reply. Disabling it till someone familiar with 3ds can fix it.
http://p.0bl.net/123458
|
|
cc -DGIT_VERSION=\"" 4b7520c"\" -D__WIN32__ -DNO_DYLIB -D_FILE_OFFSET_BITS=64 -Wall -Iinclude -ffast-math -O2 -DNDEBUG -Ideps/zlib -Ideps/libchdr -Ideps/crypto -Ideps/flac-1.3.2/include -Ideps/flac-1.3.2/src/libFLAC/include -Ideps/flac-1.3.2/src/libFLAC/include -Ideps/lzma-16.04/C -D'PACKAGE_VERSION="1.3.2"' -DFLAC__HAS_OGG=0 -DFLAC__NO_DLL -DHAVE_LROUND -DHAVE_STDINT_H -DHAVE_STDLIB_H -DFLAC__NO_DLL -D_7ZIP_ST -DFRONTEND_SUPPORTS_RGB565 -DHAVE_LIBRETRO -DNO_FRONTEND -c -o deps/flac-1.3.2/src/libFLAC/bitmath.o deps/flac-1.3.2/src/libFLAC/bitmath.c
In file included from deps/flac-1.3.2/src/libFLAC/include/private/bitmath.h:39,
from deps/flac-1.3.2/src/libFLAC/bitmath.c:37:
deps/flac-1.3.2/include/share/compat.h:57:16: error: conflicting types for 'fseeko64'
#define fseeko fseeko64
^~~~~~~~
In file included from deps/flac-1.3.2/include/share/win_utf8_io.h:37,
from deps/flac-1.3.2/include/share/compat.h:150,
from deps/flac-1.3.2/src/libFLAC/include/private/bitmath.h:39,
from deps/flac-1.3.2/src/libFLAC/bitmath.c:37:
D:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:628:7: note: previous declaration of 'fseeko64' was here
int fseeko64(FILE* stream, _off64_t offset, int whence);
^~~~~~~~
D:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:632:12: error: conflicting types for 'ftello64'
_off64_t ftello64(FILE * stream);
^~~~~~~~
In file included from deps/flac-1.3.2/src/libFLAC/include/private/bitmath.h:39,
from deps/flac-1.3.2/src/libFLAC/bitmath.c:37:
deps/flac-1.3.2/include/share/compat.h:58:16: note: previous declaration of 'ftello64' was here
#define ftello ftello64
^~~~~~~~
make: *** [Makefile:332: deps/flac-1.3.2/src/libFLAC/bitmath.o] Error 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these were kept for compat with Ari64's code, which is removed, see
previous commit messages
|
|
|
|
|
|
Fixed lag with analog pad device, some code is override when have a pad
in analog mode.
|
|
|
|
|
|
|
|
|
|
Conflicts:
Makefile.libretro
|
|
|
|
|
|
|
|
|
|
-Added command line options
-Added pause on incoming call
-Added change disc
|
|
|
|
plugins no longer depend on it
|
|
pandora's zlib is too old to handle off_t with that define
|
|
|
|
|
|
|
|
all libretro frontends should support this no matter what
|
|
|
|
|
|
still messy but perhaps beter
|
|
|
|
the idea here was to disable them to avoid drifting from pcsx-reloaded,
but there doesn't seems to be much need for syncing.
|
|
|
|
work directly on psx vram
|
|
|
|
|
|
|
|
- libretro should not be affected by this, all others need to do
'git submodule init && git submodule update' from now on.
- pandora should get gamma control support
|
|
also adds libpicofe to pull filters from, and filter related UI stuff
|
|
|
|
|