mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 14:57:58 -05:00
move ResetType to kernel.h
This commit is contained in:
@ -9,12 +9,6 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
Pulse,
|
||||
};
|
||||
|
||||
class Event final : public WaitObject {
|
||||
public:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user