From c18ad0a0d8612a8abdf236fcb2bb9a2c869ad071 Mon Sep 17 00:00:00 2001 From: Reonu Date: Wed, 18 Aug 2021 13:04:33 +0100 Subject: [PATCH] Add VC_HACKS info in makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index dcc7b071..3e6c813e 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ USE_DEBUG := 0 # Build for the N64 (turn this off for ports) TARGET_N64 ?= 1 +# Virtual Console hacks. Enabling this makes your hack (hopefully) compatible with the Wii Virtual Console. +# One of the thing this does is disable the instant input patch, so do NOT use this for your normal z64 release. VC_HACKS ?= 0 # CONSOLE - selects the console to target