[Scummvm-git-logs] scummvm-web master -> d664d6160466ed125184192543bd33f79a1e091b

sev- noreply at scummvm.org
Tue Sep 17 08:35:05 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
d664d61604 DUMPER: add dc42 extension


Commit: d664d6160466ed125184192543bd33f79a1e091b
    https://github.com/scummvm/scummvm-web/commit/d664d6160466ed125184192543bd33f79a1e091b
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-09-17T10:35:03+02:00

Commit Message:
DUMPER: add dc42 extension

This is used by some software for DiskCopy images.

Changed paths:
    dumper-companion/src/Dumper.tsx


diff --git a/dumper-companion/src/Dumper.tsx b/dumper-companion/src/Dumper.tsx
index 04213a42..0037e78b 100644
--- a/dumper-companion/src/Dumper.tsx
+++ b/dumper-companion/src/Dumper.tsx
@@ -44,7 +44,7 @@ export default class Dumper extends Component<Props, State> {
 
                 <div>
                     <p>Select the game's disk image:</p>
-                    <input disabled={this.state.busy} class="file" type="file" accept=".dsk,.image,.img,.iso,.toast,.cdr,.diskcopy,.dcpy" onInput={this.handleImage.bind(this)}/>
+                    <input disabled={this.state.busy} class="file" type="file" accept=".dsk,.image,.img,.iso,.toast,.cdr,.diskcopy,.dcpy,.dc42" onInput={this.handleImage.bind(this)}/>
                 </div>
 
                 <div>




More information about the Scummvm-git-logs mailing list