hle: kernel: Rename WritableEvent to KWritableEvent.
This commit is contained in:
parent
e86a7e3691
commit
3f942c01f0
44 changed files with 101 additions and 101 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/kernel/k_readable_event.h"
|
||||
#include "core/hle/kernel/k_thread.h"
|
||||
#include "core/hle/kernel/writable_event.h"
|
||||
#include "core/hle/kernel/k_writable_event.h"
|
||||
#include "core/hle/service/nvdrv/nvdata.h"
|
||||
#include "core/hle/service/nvdrv/nvdrv.h"
|
||||
#include "core/hle/service/nvflinger/buffer_queue.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue