This project is mirrored from https://*****@github.com/libretro/flycast.git.
Pull mirroring updated .
- 11 Oct, 2015 2 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
-
- 12 Sep, 2015 2 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
-
- 02 Sep, 2015 7 commits
-
-
Jan Holthuis authored
Introduce separate config/data dirs (user & system wide)
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
This adds support for separate config and data dirs. On Linux, these will be compliant XDG Basedir Specification, i.e. XDG_CONFIG_HOME and XDG_CONFIG_DIRS (or XDG_DATA_HOME and XDG_DATA_DIRS respectively). On all other platforms, there currently just set to the homedir path (so no previous behaviour has been changed). If reicast wants to read and write a data file, it just calls get_data_path("/samplefile.txt"). If it does not need to write to that file, it just uses get_data_path("/samplefile.txt", false). That way, we can also use system-wide dirs (like /usr/share/reicast on linux), that the user usually doesn't have write access to. The same applies for config file, where you use get_config_path(args) respectively.
-
Stefanos Kornilios Mitsis Poiitidis authored
sh4/mmu: Import the old mmu implementation from nullDC.
-
Stefanos Kornilios Mitsis Poiitidis authored
Added Ubuntu PPA for development version.
-
- 28 Aug, 2015 1 commit
-
-
Jan Holthuis authored
This coommit makes reicast use $XDG_CONFIG_HOME from XDG Base Directory Specification[1] if possible. For backwards-compatability with older installations, it checks if the old-style config directory at $HOME/.reicast exists. If so, it'll use that instead. All new installation should use $XDG_CONFIG_HOME/reicast (or if that environment variable is not set: $HOME/.config/reicast). [1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
-
- 27 Aug, 2015 3 commits
-
-
sergiobenrocha2 authored
-
Stefanos Kornilios Mitsis Poiitidis authored
Reicast doesn't support exceptions yet, so this isn't of much use now, and is intended mostly as documentation. nullDC used some call stack hooking magic to handle exceptions, which was never generic and clean enough to be worth the effort to port to Reicast.
-
Stefanos Kornilios Mitsis Poiitidis authored
-
- 28 Aug, 2015 7 commits
-
-
Stefanos Kornilios Mitsis Poiitidis authored
Update libpng to 1.6.18.
-
Jan Holthuis authored
linux/Makefile: Fix regession caused by commit dc921249
-
Jan Holthuis authored
-
Jan Holthuis authored
Linux/Makefile: Add preliminary NAOMI support
-
Jan Holthuis authored
-
Jan Holthuis authored
linux/x11: Map X11 ESC key to exit emulator
-
Jan Holthuis authored
-
- 27 Aug, 2015 10 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Jan Holthuis authored
Linux/Makefile: Readd .elf file ext and remove it during 'install' target
-
Jan Holthuis authored
target
-
Jan Holthuis authored
Improve man pages
-
Jan Holthuis authored
-
Jan Holthuis authored
-
Stefanos Kornilios Mitsis Poiitidis authored
makefiles: Add a generic linux 32-bit ARM rule.
-
Jan Holthuis authored
-
Stefanos Kornilios Mitsis Poiitidis authored
-
- 26 Aug, 2015 4 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
Read evdev mappings from file
-
Stefanos Kornilios Mitsis Poiitidis authored
Appveyor: Deploy to S3
-
Stefanos Kornilios Mitsis Poiitidis authored
- Add S3 credentials, bucket reicast-builds-windows - Don't split platform with - (win_x86 and win_x64, makes for easier regex) - Naming consistent with current android builds naming
-
- 25 Aug, 2015 4 commits
-
-
Jan Holthuis authored
-
Jan Holthuis authored
Until we have some decent way to load system wide files, users can easily copy the mappings folder from /usr/share/reicast into ~/.reicast to get the pre-defined mappings.
-
Jan Holthuis authored
-
Jan Holthuis authored
-