
* feat: added Sega 32X and Sega CD mappings * feat: added lazy loading to the main game library * fix: using full file name when loading roms into the emulator #43 * feat: introduced bulk rom matching #25 * fix: xss fix
10 lines
507 B
HTML
10 lines
507 B
HTML
<p>Are you sure you want to delete the selected ROMs?</p>
|
|
<p><strong>Warning:</strong> This cannot be undone!</p>
|
|
<div style="width: 100%; text-align: center;">
|
|
<div style="display: inline-block; margin-right: 20px;">
|
|
<button class="redbutton" value="Delete" onclick="deleteGameRomsCallback(); closeSubDialog();">Delete</button>
|
|
</div>
|
|
<div style="display: inline-block; margin-left: 20px;">
|
|
<button value="Cancel" onclick="closeSubDialog();">Cancel</button>
|
|
</div>
|
|
</div> |