aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index fbf6fab379..03fd5a858d 100755
--- a/configure
+++ b/configure
@@ -3231,6 +3231,8 @@ case $_backend in
append_var DEFINES "-DSDL_BACKEND"
add_line_to_config_mk "SDL_BACKEND = 1"
;;
+ 3ds)
+ ;;
sdl)
;;
*)