2020-10-11 10:30:00 +01:00
|
|
|
#pragma once
|
|
|
|
|
2020-10-09 19:13:42 +01:00
|
|
|
#include <string>
|
|
|
|
|
2020-12-06 18:03:41 +00:00
|
|
|
void setSnapshotFilename(const std::string & filename, const bool load);
|
2020-12-13 19:47:30 +00:00
|
|
|
void initialiseEmulator();
|
|
|
|
void uninitialiseEmulator();
|