aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMJIT.h')
-rw-r--r--src/ARMJIT.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ARMJIT.h b/src/ARMJIT.h
index 09ba5d2..97c79cd 100644
--- a/src/ARMJIT.h
+++ b/src/ARMJIT.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2021 Arisotura, RSDuck
+ Copyright 2016-2022 melonDS team
This file is part of melonDS.
@@ -44,6 +44,7 @@ void DeInit();
void Reset();
void CheckAndInvalidateITCM();
+void CheckAndInvalidateWVRAM(int bank);
void InvalidateByAddr(u32 pseudoPhysical);