
* Added ability to save emulator state * Save states can now be fully managed during a game * Save states can also be launched from the game info screen
10 lines
539 B
HTML
10 lines
539 B
HTML
<p>Are you sure you want to delete the selected ROMs and any associated saved states?</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> |