hle: kernel: Rename ReadableEvent to KReadableEvent.

This commit is contained in:
bunnei 2021-01-29 22:48:06 -08:00
parent 0bb7225361
commit 284a4d9283
42 changed files with 82 additions and 81 deletions

View file

@ -14,8 +14,8 @@
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/client_port.h"
#include "core/hle/kernel/client_session.h"
#include "core/hle/kernel/k_readable_event.h"
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/readable_event.h"
#include "core/hle/kernel/shared_memory.h"
#include "core/hle/kernel/writable_event.h"
#include "core/hle/service/hid/errors.h"