This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
13 additions
and 17 deletions.
- +2 −2 Core/EmuSettings.cpp
- +5 −8 InteropDLL/EmuApiWrapper.cpp
- +1 −1 UI/Config/Configuration.cs
- +2 −2 UI/Properties/AssemblyInfo.cs
- +3 −4 buildPGO.sh
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
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
| @@ -14,7 +14,7 @@ public class Configuration | ||
| { | ||
| private bool _needToSave = false; | ||
|
|
||
| public string Version = "0.3.0"; | ||
| public VideoConfig Video; | ||
| public AudioConfig Audio; | ||
| public InputConfig Input; | ||
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