diff --git a/CHANGES b/CHANGES
index 0dfec181d..65a046440 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,7 @@ Bugfixes:
Misc:
- DS: Set boot complete bit in RAM on boot (fixes mgba.io/i/576, mgba.io/i/580, mgba.io/i/586)
- DS Memory: Ensure DS9 I/O is 8-byte aligned
+ - Qt: Add .nds files to the extension list in Info.plist
0.6.0: (Future)
Features:
diff --git a/res/info.plist.in b/res/info.plist.in
index f37904dee..d99ab8870 100644
--- a/res/info.plist.in
+++ b/res/info.plist.in
@@ -55,6 +55,16 @@
CFBundleTypeRole
Viewer
+
+ CFBundleTypeExtensions
+
+ nds
+
+ CFBundleTypeName
+ DS ROM Image
+ CFBundleTypeRole
+ Viewer
+