core: Rename patcher file

This commit is contained in:
GPUCode 2023-11-29 23:49:16 +02:00
parent 340548aba7
commit 4a3abba16d
7 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
#include "core/memory.h"
#ifdef HAS_NCE
#include "core/arm/nce/patch.h"
#include "core/arm/nce/patcher.h"
#endif
namespace Loader {