mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
cpu_interrupt_handler: Misc style changes
This commit is contained in:
parent
7eb6cc742a
commit
ad0306e520
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue