aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Edvalson2016-04-06 12:12:46 -0400
committerThomas Edvalson2016-04-06 12:12:46 -0400
commitfe8d48005717a4c77d34da1a5f9e4b5bfc597c6f (patch)
tree66f83cbd87f673d3c8d9d0e58c7a6a6799be4acf /configure
parente2b9572a83badb7084f5b54e1a7e108af8e327f6 (diff)
downloadscummvm-rg350-fe8d48005717a4c77d34da1a5f9e4b5bfc597c6f.tar.gz
scummvm-rg350-fe8d48005717a4c77d34da1a5f9e4b5bfc597c6f.tar.bz2
scummvm-rg350-fe8d48005717a4c77d34da1a5f9e4b5bfc597c6f.zip
3DS: Add to backend configuration list
Diffstat (limited to 'configure')
-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)
;;
*)