Provide some feedback.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3563
This commit is contained in:
parent
f33bd81b57
commit
61fcc1304d
1 changed files with 2 additions and 1 deletions
|
@ -124,8 +124,9 @@ bool getSwapRequest(void) {
|
|||
void swapInNextDisk(bool pressed) {
|
||||
if (!pressed)
|
||||
return;
|
||||
/* Hack/feature: rescan all disks as well */
|
||||
DriveManager::CycleAllDisks();
|
||||
/* Hack/feature: rescan all disks as well */
|
||||
LOG_MSG("Diskcaching reset for normal mounted drives.");
|
||||
for(Bitu i=0;i<DOS_DRIVES;i++) {
|
||||
if (Drives[i]) Drives[i]->EmptyCache();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue