1
0
Fork 0

Provide some feedback.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3563
This commit is contained in:
Peter Veenstra 2010-04-03 15:30:25 +00:00
parent f33bd81b57
commit 61fcc1304d

View file

@ -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();
}