mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
cpu_interrupt_handler: Misc style changes
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
void AwaitInterrupt();
|
||||
|
||||
private:
|
||||
std::atomic_bool is_interrupted{false};
|
||||
std::unique_ptr<Common::Event> interrupt_event;
|
||||
std::atomic_bool is_interrupted{false};
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user