mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 00:17:56 -05:00
Core/Common: Address Feedback.
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
CPUInterruptHandler(CPUInterruptHandler&&) = default;
|
||||
CPUInterruptHandler& operator=(CPUInterruptHandler&&) = default;
|
||||
|
||||
constexpr bool IsInterrupted() const {
|
||||
bool IsInterrupted() const {
|
||||
return is_interrupted;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user