mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Now that NVDA should dynamically lookup the DLL, linking against
nvdaControllerClient64.dll should no longer be necessary
This commit is contained in:
parent
9071acf2ce
commit
e7082d3e5b
@ -19,10 +19,6 @@ ifeq ($(HAVE_CXX11), 1)
|
||||
CXXFLAGS += $(CXX11_CFLAGS)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_NVDA), 1)
|
||||
LIBS += nvdaControllerClient64.dll
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_SAPI), 1)
|
||||
LIBS += sapi.dll
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user