mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:48:01 -05:00
hle: kernel: Rename WritableEvent to KWritableEvent.
This commit is contained in:
@ -27,7 +27,7 @@ struct EventType;
|
||||
|
||||
namespace Kernel {
|
||||
class KReadableEvent;
|
||||
class WritableEvent;
|
||||
class KWritableEvent;
|
||||
} // namespace Kernel
|
||||
|
||||
namespace Service::Nvidia {
|
||||
|
Reference in New Issue
Block a user