mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
one step closer to run games
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef EMULATOR_INCLUDE_EMULATOR_DIALOG_H_
|
||||
#define EMULATOR_INCLUDE_EMULATOR_DIALOG_H_
|
||||
|
||||
#include "Kyty/Core/Common.h"
|
||||
|
||||
#include "Emulator/Common.h"
|
||||
|
||||
#ifdef KYTY_EMU_ENABLED
|
||||
@@ -13,6 +15,14 @@ int KYTY_SYSV_ABI CommonDialogInitialize();
|
||||
|
||||
} // namespace CommonDialog
|
||||
|
||||
namespace SaveDataDialog {
|
||||
|
||||
int KYTY_SYSV_ABI SaveDataDialogUpdateStatus();
|
||||
int KYTY_SYSV_ABI SaveDataDialogTerminate();
|
||||
int KYTY_SYSV_ABI SaveDataDialogProgressBarSetValue(int target, uint32_t rate);
|
||||
|
||||
} // namespace SaveDataDialog
|
||||
|
||||
} // namespace Kyty::Libs::Dialog
|
||||
|
||||
#endif // KYTY_EMU_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user