summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r--scripts/src/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua
index bec62ff6f49..1184ff8ae9e 100644
--- a/scripts/src/main.lua
+++ b/scripts/src/main.lua
@@ -256,6 +256,7 @@ end
"utils",
ext_lib("expat"),
"softfloat",
+ "softfloat3",
ext_lib("jpeg"),
"7z",
}
ather than jus... Nathan Woods2016-07-031-11/+11 * Changed a few zippath related functions to return their strings as a return v... Nathan Woods2016-07-031-1/+1 * Split UI related to file creation from filesel.[cpp|h] into filecreate.[cpp|h] Nathan Woods2016-07-031-312/+1 * Fixed issue whereby the determination that one cannot create files in an arch... Nathan Woods2016-07-031-1/+1 * Changed menu_file_selector to use std::string for its filename buffer Nathan Woods2016-07-021-14/+12 * Converted menu_file_create to use std::string for its filename buffer Nathan Woods2016-07-021-19/+24 * Changed some TRUE/FALSE ==> true/false Nathan Woods2016-07-021-3/+3 * Including the path separator when switching directories in the file selection UI Nathan Woods2016-07-021-1/+1 * Changing menu_file_selector::append_entry() to return a reference instead of ... Nathan Woods2016-06-301-5/+5 * Adopted move constructors on strings a bit more in filesel Nathan Woods2016-06-301-8/+20 * Changed filesel entrylist to be a vector Nathan Woods2016-06-301-49/+17 * More use of std::move()