mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 13:37:56 -05:00
svc: Move ResetType enum to the kernel event header
This commit is contained in:
@ -20,12 +20,6 @@ struct PageInfo {
|
||||
u32 flags;
|
||||
};
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
Pulse,
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Namespace SVC
|
||||
|
||||
|
Reference in New Issue
Block a user