This project is mirrored from https://*****@github.com/libretro/vbam-libretro.git.
Pull mirroring updated .
- 08 Jun, 2018 3 commits
-
-
retro-wertz authored
-
U-DESKTOP-UVBJEGH\Cloud authored
-
Rafael Kitover authored
Previously I disabled this for mac because of bugs in keyboard handling, but it turns out most people don't like the game pausing on menu pulldown anyway, so now I disable it for all platforms. TODO: the game still pauses for modal dialogs.
-
- 06 Jun, 2018 9 commits
-
-
ZachBacon authored
-
Rafael Kitover authored
Use strdup instead of a stack variable + strncpy to convert the osd wxString message to a C string, hopefully fixes an MSVC incompatiblity.
-
Rafael Kitover authored
ID_LIKE in /etc/os-release changed from "suse" to "opensuse suse", change to match *suse* in the string.
-
ZachBacon authored
-
Zach Bacon authored
libretro: Cleanup some #ifdefs
-
retro-wertz authored
-
Zach Bacon authored
Fix cheats not working in GBA
-
retro-wertz authored
-
Zach Bacon authored
Fix some opcodes in arm
-
- 05 Jun, 2018 7 commits
-
-
retro-wertz authored
-
Zach Bacon authored
Phone editing is a no, but I didn't want to break compilation.
-
ZachBacon authored
-
Zach Bacon authored
Fix some formatting alignments in arm/thumb opcodes
-
retro-wertz authored
-
Zach Bacon authored
libretro: Fix save types not properly set using overrides
-
retro-wertz authored
-
- 04 Jun, 2018 7 commits
-
-
Zach Bacon authored
Update Libretro port
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
fixes libretro issue where loading rom will only show white screen
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
-
- 01 May, 2018 1 commit
-
-
Rafael Kitover authored
Put shared code for linux cross builds and cygwin cross builds into builder/mingw-cross.sh . Call wxrc when the build platform is cygwin with files resolved via `cygpath -m` in case the wxrc is a native binary. Add -fpermissive to CXX/OBJCXX flags. Reenable libzvbi support for ffmpeg. Stop building ffmpeg and related dists by default until we fix game recording. Set CMAKE_PREFIX_PATH in cmake args as a FILEPATH type variable. Support xml catalog made with native libxml2 using cygpath in related commands, make cygpath a noop on non-cygwin platforms. Remove gdb and zip from msys2 deps. Add a cygwin installdeps routine using a copy of cyg-apt that it fetches. When creating symlinks in install_dist() fully resolve all symlinks in path parts for the source file, so that host and target binaries are correctly linked. When cp -af fails to preserve permission related data, fall back to cp -rf. When installing libs with a cross suffix, make a symlink for the lib without the cross suffix. Make sure cygwin runs with CYGWIN=winsymlinks:native . Add paths to host gettext executables to cmake args, otherwise it tries to use the target executables and fails on paths. For the pkgconfig bundled glib, turn off win32 platform for the cygwin host build. For gettext, remove --disable-auto-import from link flags. Compile target freetype on cygwin with cmake and manually install the pkgconfig .pc file using sed. Add a relocation type 'aggressive', when a dist is marked with this type, rewrite all '/usr' prefixes to the build root. By default only files that exist in the dist are matched and rewritten. Fix regression in linux build by adding some iconv related flags to the cmake invocation for doxygen and disabling -Werror for xorg dists. When relocating scripts, use the actual resolved root path for host or target. Build libxslt --without-python so that it doesn't try to pick up the msys2 python. Other misc. minor tweaks and cleanups.
-
- 26 Apr, 2018 2 commits
-
-
Rafael Kitover authored
cmake reconfigure was failing for the gtk2 case because the pkg-config cmake code was not being loaded. Load pkg-config cmake code before any gtk checks.
-
Rafael Kitover authored
ffmpeg requires the packman repo, and there's no simple way to enable the repo for any version of opensuse.
-
- 21 Apr, 2018 1 commit
-
-
ZachBacon authored
-
- 20 Apr, 2018 2 commits
-
-
Rafael Kitover authored
Pass RANLIB=${prefix}-ranlib to openssl for the linux mingw cross compile script.
-
Rafael Kitover authored
When cross compiling bzip2, it may use host tools such as ranlib instead of the cross tools. Apply the msys2 autotools patch to the cross bzip2 and move it to after automake in the chain.
-
- 16 Apr, 2018 2 commits
-
-
Rafael Kitover authored
In SoundSDL, when building on windows add this init code: ``` SDL_setenv("SDL_AUDIODRIVER", "directsound", true); ``` Otherwise there is no sound on windows. Also update SDL to 2.0.8 from 2.0.7 in build scripts.
-
Rafael Kitover authored
- add python2 for msys to list of core deps and link it to root/bin, harfbuzz requires python to build - fix double eval in build_project() - remove duplicates from list of host-only and host/target dists in mingw.sh - fix msys2-builder startup, and assume 64 bit build if MSYSTEM = MSYS - make sure MSYS has winsymlinks:nativestrict on startup, the user has to turn off UAC - update patch for infozip zip to fix a #define Overall, the script is far too slow to be practical. TODO: build both python and perl for the host to not rely on system versions
-
- 13 Apr, 2018 1 commit
-
-
Rafael Kitover authored
Since the SDL sound driver is now the default on all platforms, change the ENABLE_OPENAL default in cmake to OFF.
-
- 04 Apr, 2018 1 commit
-
-
Eleuin authored
Fix shenanigans
-
- 03 Apr, 2018 1 commit
-
-
Lucas authored
Conversion from std::string to char* is forbidden in ISO C++.
-
- 02 Apr, 2018 2 commits
-
-
Zach Bacon authored
Fix cmake directory in installdeps
-
Eleuin authored
-
- 23 Mar, 2018 1 commit
-
-
Eleuin authored
-