mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 13:07:56 -05: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