We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e75ef commit 9c6918cCopy full SHA for 9c6918c
1 file changed
ps2xRuntime/src/runner/register_functions
@@ -0,0 +1,6 @@
1
+#include "register_functions.h"
2
+
3
+// Replace this file with the actual implementation of the functions that was generated by the compiler
4
+void registerAllFunctions(PS2Runtime &runtime)
5
+{
6
+}
0 commit comments