Thank you profi for helping me shut up
This commit is contained in:
@@ -154,6 +154,7 @@ u32 Memory::read32(u32 vaddr) {
|
|||||||
if (vaddr >= VirtualAddrs::VramStart && vaddr < VirtualAddrs::VramStart + VirtualAddrs::VramSize) {
|
if (vaddr >= VirtualAddrs::VramStart && vaddr < VirtualAddrs::VramStart + VirtualAddrs::VramSize) {
|
||||||
static int shutUpCounter = 0;
|
static int shutUpCounter = 0;
|
||||||
if (shutUpCounter < 5) { // Stop spamming about VRAM reads after the first 5
|
if (shutUpCounter < 5) { // Stop spamming about VRAM reads after the first 5
|
||||||
|
shutUpCounter++;
|
||||||
Helpers::warn("VRAM read!\n");
|
Helpers::warn("VRAM read!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user