ports/emulators/higan/patches/patch-higan_target-tomoko_tomoko_hpp

10 lines
321 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: higan/target-tomoko/tomoko.hpp
--- higan/target-tomoko/tomoko.hpp.orig
+++ higan/target-tomoko/tomoko.hpp
@@ -18,4 +18,5 @@ extern Emulator::Interface* emulator;
#include "tools/tools.hpp"
#include "presentation/presentation.hpp"
+auto locateShared(string name) -> string;
auto locate(string name) -> string;