mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 00:55:13 +02:00
windows sucks
This commit is contained in:
parent
a6a7ed2cc7
commit
2cf28ce09d
11 changed files with 25 additions and 28 deletions
|
|
@ -439,7 +439,7 @@ public:
|
|||
/// Applies any changes to settings to this core instance.
|
||||
void ApplySettings();
|
||||
|
||||
std::shared_ptr<Core::Timing::EventType> CreateEvent(std::string name, Core::Timing::TimedCallback&& callback);
|
||||
std::shared_ptr<Core::Timing::EventType> CreateTimingEvent(std::string name, Core::Timing::TimedCallback&& callback);
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue