hle: kernel: Rename WritableEvent to KWritableEvent.

This commit is contained in:
bunnei
2021-01-29 23:51:40 -08:00
parent e86a7e3691
commit 3f942c01f0
44 changed files with 101 additions and 101 deletions

View File

@ -27,7 +27,7 @@ struct EventType;
namespace Kernel {
class KReadableEvent;
class WritableEvent;
class KWritableEvent;
} // namespace Kernel
namespace Service::Nvidia {