[Scummvm-git-logs] scummvm-web master -> df0ce1fae358320c2acf77be4b35a34dee93a8c0
sev-
noreply at scummvm.org
Tue Jul 26 07:34:46 UTC 2022
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:
df0ce1fae3 Dumper companion: more Mac extensions
Commit: df0ce1fae358320c2acf77be4b35a34dee93a8c0
https://github.com/scummvm/scummvm-web/commit/df0ce1fae358320c2acf77be4b35a34dee93a8c0
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-07-26T09:34:43+02:00
Commit Message:
Dumper companion: more Mac extensions
Changed paths:
dumper-companion/src/Dumper.tsx
diff --git a/dumper-companion/src/Dumper.tsx b/dumper-companion/src/Dumper.tsx
index e32735ed..c5fac1fd 100644
--- a/dumper-companion/src/Dumper.tsx
+++ b/dumper-companion/src/Dumper.tsx
@@ -42,7 +42,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" onInput={this.handleImage.bind(this)}/>
+ <input disabled={this.state.busy} class="file" type="file" accept=".dsk,.image,.img,.iso,.toast,.cdr,.diskcopy,.dcpy" onInput={this.handleImage.bind(this)}/>
</div>
<div>
More information about the Scummvm-git-logs
mailing list