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