No more segfault in JIT. Keeps executing the same blocks over and over though...
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
struct App {
|
||||
App();
|
||||
~App() { util::ClearRPC(); }
|
||||
~App() { Util::ClearRPC(); }
|
||||
void Run();
|
||||
inline void LoadROM(const std::string& path) {
|
||||
window.LoadROM(core, path);
|
||||
|
||||
Reference in New Issue
Block a user