mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 16:37:57 -05:00
hle: kernel: Rename WritableEvent to KWritableEvent.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include "core/hle/kernel/writable_event.h"
|
||||
#include "core/hle/kernel/k_writable_event.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
Reference in New Issue
Block a user