Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/higan/files/patch-higan_target-tomoko_tomoko.hpp
16125 views
1
--- higan/target-tomoko/tomoko.hpp.orig 2017-01-11 11:35:22 UTC
2
+++ higan/target-tomoko/tomoko.hpp
3
@@ -18,4 +18,5 @@ extern Emulator::Interface* emulator;
4
#include "tools/tools.hpp"
5
#include "presentation/presentation.hpp"
6
7
+auto locateShared(string name) -> string;
8
auto locate(string name) -> string;
9
10