Cleaning up xdbf stuff.
- moving next to xex utils - fixing error cases around icon setting (and allowing reset) - making C++11 - abstracting a bit so future additions will be easier - fixing non-xex uses
This commit is contained in:
@@ -135,8 +135,8 @@ class Emulator {
|
||||
static bool ExceptionCallbackThunk(Exception* ex, void* data);
|
||||
bool ExceptionCallback(Exception* ex);
|
||||
|
||||
X_STATUS CompleteLaunch(const std::wstring &path,
|
||||
const std::string &module_path,
|
||||
X_STATUS CompleteLaunch(const std::wstring& path,
|
||||
const std::string& module_path,
|
||||
std::function<void()> on_launch);
|
||||
|
||||
std::wstring command_line_;
|
||||
|
||||
Reference in New Issue
Block a user