Re-enable VNC on dev builds with new dynarec
It's only enabled on old dynarec for some reason.
This commit is contained in:
committed by
David Hrdlička
parent
8dc9d713a1
commit
e3e482b29a
@@ -93,7 +93,7 @@ ifeq ($(DEV_BUILD), y)
|
||||
VGAWONDER := y
|
||||
endif
|
||||
ifndef VNC
|
||||
VNC := n
|
||||
VNC := y
|
||||
endif
|
||||
ifndef XL24
|
||||
XL24 := y
|
||||
|
Reference in New Issue
Block a user