This project is mirrored from https://*****@github.com/libretro/vbam-libretro.git.
Pull mirroring updated .
- 26 Jun, 2018 1 commit
-
-
Rafael Kitover authored
In MainFrame::ShowModal, which is used as a wrapper for wxDialog::ShowModal to also pause emulation, add the current window style flags to the additional CAPTION and RESIZE_BORDER flags being set with SetWindowStyle(), otherwise the other style flags of the window are reset causing erroneous behavior such as save dialogs appearing as open dialogs on Mac.
-
- 23 Jun, 2018 1 commit
-
-
Rafael Kitover authored
Add a note at the top of README.md for windows users on how to find the config directory and delete it.
-
- 18 Jun, 2018 7 commits
-
-
Rafael Kitover authored
Default to GetWindow()->Refresh() to draw the game area on non-GTK platforms as well, and only use the DrawArea(dc) method in GTK2 and lower.
-
Rafael Kitover authored
When using GTK2, call DrawArea(dc) instead of GetWindow()->Refresh(), this prevents glib from using huge amounts of CPU (as discovered by @retro-wertz .) Switching video drivers sometimes crashes the app, the DrawArea() call is as safe as possible, the problem is elsewhere.
-
Rafael Kitover authored
The expansion must be quoted as "$ENV{WX_CONFIG}" when passed as a parameter e.g. to if() otherwise it expands to no parameter when empty.
-
Rafael Kitover authored
Apparently in cmake empty env vars do not evaluate to false, use explicit STREQUAL "".
-
Rafael Kitover authored
Skip the check for wx-config-gtk3 if the WX_CONFIG environment variable is set, indicating that the user wants to override the version of wx to build against.
-
Rafael Kitover authored
Use a loop to check for wx-config-gtk4 then wx-config-gtk3 and unset the config executable variable otherwise. Also remove gl from the initial wx libraries list.
-
Rafael Kitover authored
Change installdeps to install wxgtk3 on arch instead of the wxgtk package which uses gtk2. Update the cmake code to check for the renamed wx-config executable wx-config-gtk3 on arch, first checking for wx-config-gtk4 for the future.
-
- 17 Jun, 2018 1 commit
-
-
Rafael Kitover authored
Compile out the min/max functions in GBALink.cpp when compiling with clang, clang does not like them because of some sort of changes in the preprocessor. Run the mac builder script with homebrew bash, system bash does not work and dash no longer works. TODO: fix dash compat
-
- 16 Jun, 2018 11 commits
-
-
Zach Bacon authored
Add couple of file ext on .gitignore
-
retro-wertz authored
-
Zach Bacon authored
Libretro
-
retro-wertz authored
-
retro-wertz authored
Log should only show once during the first write to SRAM or FLASH address using flashSaveDecide()
-
retro-wertz authored
-
retro-wertz authored
Libretro use shaders for filters etc.
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
-
- 15 Jun, 2018 2 commits
-
-
retro-wertz authored
-
retro-wertz authored
#ifdef __libretro__ is incorrect and function has worked fine without it.
-
- 14 Jun, 2018 7 commits
-
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
-
retro-wertz authored
-
Zach Bacon authored
Set mirroringEnable to false
-
retro-wertz authored
Set mirroring to false when rom loaded is not found in database. Making this true all the time causes some issue, for one with soft-patching some games. Fix this https://github.com/visualboyadvance-m/visualboyadvance-m/issues/182
-
Zach Bacon authored
Libretro Updates
-
- 13 Jun, 2018 4 commits
-
-
retro-wertz authored
-
retro-wertz authored
Minor rework on how bios is loaded when CPUInit is called, removes a few conditions. Disable cheats by default. This is automatically re-enabled when enabling and applying cheats. Should save a few cycles during runtime if cheats are not needed.
-
retro-wertz authored
-
retro-wertz authored
-
- 11 Jun, 2018 1 commit
-
-
U-DESKTOP-UVBJEGH\Cloud authored
-
- 10 Jun, 2018 1 commit
-
-
ZachBacon authored
-
- 09 Jun, 2018 4 commits
-
-
ZachBacon authored
Signed-off-by:
ZachBacon <zachbacon@budgiemedia.rocks>
-
Zach Bacon authored
GB: Fix sound options not working
-
retro-wertz authored
-
retro-wertz authored
Fix crash when adjusting echo/stereo sliders. Fix enhancements not working when selected Fix settings not loaded at startup Reviews and/or modifications are welcome. Obviously, im trying out if I understand how options are linked in WX so I am not quite sure if this is the right thing to do this.
-