forked from higan-emu/higan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include pre-made config files with nightly builds.
byuu's config file is the one shipped with the official v4 binary for Windows, with the Windows-specific driver choices removed so the binary will use the platform defaults. higan's config file should make it use the Templates directory shipped alongside it, instead of requiring it to be moved to a platform-specific location. It was originally Windows-only, but I'm not sure why since it's definitely useful on Linux too. Not sure if it works on macOS, but we can figure that out later. Part of higan-emu#2.
- Loading branch information
1 parent
4e93475
commit 2be499f
Showing
4 changed files
with
158 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Extra files included in official release builds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
Video | ||
Monitor: Primary | ||
Format: ARGB24 | ||
Exclusive: false | ||
Blocking: false | ||
Flush: false | ||
Shader: Blur | ||
Multiplier: 2 | ||
Output: Scale | ||
AspectCorrection: true | ||
AdaptiveSizing: true | ||
AutoCentering: false | ||
Luminance: 1.0 | ||
Saturation: 1.0 | ||
Gamma: 1.0 | ||
ColorBleed: true | ||
ColorEmulation: true | ||
InterframeBlending: true | ||
Overscan: false | ||
Audio | ||
Exclusive: false | ||
Blocking: true | ||
Dynamic: false | ||
Mute: false | ||
Volume: 1.0 | ||
Balance: 0.0 | ||
Input | ||
Defocus: Block | ||
General | ||
ShowStatusBar: true | ||
Rewind: true | ||
RunAhead: false | ||
AutoSaveMemory: true | ||
NativeFileDialogs: true | ||
Rewind | ||
Length: 100 | ||
Frequency: 10 | ||
Paths | ||
Saves | ||
Patches | ||
Traces | ||
Firmware | ||
Recent | ||
Game-1 | ||
Game-2 | ||
Game-3 | ||
Game-4 | ||
Game-5 | ||
Game-6 | ||
Game-7 | ||
Game-8 | ||
Game-9 | ||
VirtualPad | ||
Up: Keyboard/1/Button/Up | ||
Down: Keyboard/1/Button/Down | ||
Left: Keyboard/1/Button/Left | ||
Right: Keyboard/1/Button/Right | ||
Select: Keyboard/1/Button/Apostrophe | ||
Start: Keyboard/1/Button/Return | ||
A: Keyboard/1/Button/Z | ||
B: Keyboard/1/Button/X | ||
X: Keyboard/1/Button/A | ||
Y: Keyboard/1/Button/S | ||
L: Keyboard/1/Button/D | ||
R: Keyboard/1/Button/C | ||
Hotkey | ||
ToggleFullscreen: Keyboard/1/Button/F11 | ||
FastForward: Keyboard/1/Button/Tilde | ||
Rewind: Keyboard/1/Button/Backspace | ||
SaveState: Keyboard/1/Button/F5 | ||
LoadState: Keyboard/1/Button/F7 | ||
DecrementStateSlot: Keyboard/1/Button/F6 | ||
IncrementStateSlot: Keyboard/1/Button/F8 | ||
PauseEmulation: Keyboard/1/Button/P | ||
QuitEmulator | ||
Famicom | ||
Visible: true | ||
Path | ||
FamicomDiskSystem | ||
Visible: true | ||
Path | ||
Firmware | ||
BIOS.Japan | ||
SuperFamicom | ||
Visible: true | ||
Path | ||
SG-1000 | ||
Visible: true | ||
Path | ||
MasterSystem | ||
Visible: true | ||
Path | ||
MegaDrive | ||
Visible: true | ||
Path | ||
MegaCD | ||
Visible: true | ||
Path | ||
Firmware | ||
BIOS.US | ||
BIOS.Japan | ||
BIOS.Europe | ||
PCEngine | ||
Visible: true | ||
Path | ||
SuperGrafx | ||
Visible: true | ||
Path | ||
MSX | ||
Visible: true | ||
Path | ||
MSX2 | ||
Visible: true | ||
Path | ||
GameBoy | ||
Visible: true | ||
Path | ||
GameBoyColor | ||
Visible: true | ||
Path | ||
GameBoyAdvance | ||
Visible: true | ||
Path | ||
Firmware | ||
BIOS.World | ||
GameGear | ||
Visible: true | ||
Path | ||
WonderSwan | ||
Visible: true | ||
Path | ||
WonderSwanColor | ||
Visible: true | ||
Path | ||
PocketChallengeV2 | ||
Visible: true | ||
Path | ||
NeoGeoPocket | ||
Visible: true | ||
Path | ||
Firmware | ||
BIOS.World | ||
NeoGeoPocketColor | ||
Visible: true | ||
Path | ||
Firmware | ||
BIOS.World |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
templates: ./Templates/ | ||
data: ./Systems/ |