This project is mirrored from https://*****@github.com/libretro/vbam-libretro.git.
Pull mirroring updated .
- 27 Apr, 2017 1 commit
-
-
Rafael Kitover authored
Following up on 1ba2eefe which fixed a crash caused by trying to write to a NULL FILE* due to fopen() failure: write the error message to stderr instead of trace.log and show the OS error using strerror_r().
-
- 17 Apr, 2017 1 commit
-
-
Jeremy Newton authored
glibc's fclose implementation does not do a NULL check and will crash on "fclose(NULL)". A bunch of Fedora users have been sending in traces for this issue. I've added a log on failure case, likely if the user does not have permission to write to the file.
-
- 06 Mar, 2017 1 commit
-
-
Rafael Kitover authored
Since we are using sound frequency to control game speed, not quality, change ConfigManager to default to a frequency of 44100 instead of 22050. This also fixes trace.log files showing up with "unknown sound quality" warnings.
-
- 11 Feb, 2017 1 commit
-
-
Su Yong authored
-
- 10 Dec, 2016 2 commits
-
-
Zach Bacon authored
-
Mystro256 authored
-
- 09 Jul, 2016 1 commit
-
-
Zach Bacon authored
-
- 13 Dec, 2015 1 commit
-
-
Zach Bacon authored
-
- 09 Nov, 2015 1 commit
-
-
Rafael Kitover authored
Write vbam.ini to ~/Library/Application Support/vbam on OSX. Do not create ~/.vbam on OSX in common/ConfigManager.cpp . Make get_config_path and wxvbamApp::GetConfigurationPath return directories with a writable parent in reverse search order when no writable directories in the current search order are available since the directory is created in OnInit. This prefers to create the user-local directory and write the vbam.ini there.
-
- 05 Jun, 2015 1 commit
-
-
skidau authored
-
- 19 May, 2015 1 commit
-
-
skidau authored
-
- 11 May, 2015 1 commit
-
-
skidau authored
Fixed the throttle selection on the SDL and XAudio2 backends. On the other backends, the throttle is a switch (selects between no throttle and throttling at 100% speed). Sync game to audio is now always enabled and the menu option has been removed.
-
- 07 May, 2015 1 commit
-
-
skidau authored
-
- 06 May, 2015 1 commit
-
-
skidau authored
-
- 01 May, 2015 1 commit
-
-
skidau authored
-
- 27 Apr, 2015 1 commit
-
-
skidau authored
-
- 22 Apr, 2015 1 commit
-
-
skidau authored
-
- 20 Apr, 2015 1 commit
-
-
skidau authored
-
- 19 Apr, 2015 4 commits
- 18 Apr, 2015 3 commits