mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-08 05:56:49 +02:00
Minor cleanups.
This commit is contained in:
@@ -4,7 +4,7 @@ Video video;
|
|||||||
Audio audio;
|
Audio audio;
|
||||||
Input input;
|
Input input;
|
||||||
unique_pointer<Emulator::Interface> emulator;
|
unique_pointer<Emulator::Interface> emulator;
|
||||||
|
//
|
||||||
auto locate(string name) -> string {
|
auto locate(string name) -> string {
|
||||||
string location = {Path::program(), name};
|
string location = {Path::program(), name};
|
||||||
if(inode::exists(location)) return location;
|
if(inode::exists(location)) return location;
|
||||||
|
Reference in New Issue
Block a user