Remove the 'Disk' prefix from method names

This commit is contained in:
tomcw
2019-04-08 10:41:47 +01:00
parent f755db8516
commit 4235f08f7a
9 changed files with 221 additions and 230 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ void VideoBenchmark () {
while (cycles > 0) {
DWORD executedcycles = CpuExecute(103, true);
cycles -= executedcycles;
sg_DiskIICard.DiskUpdateDriveState(executedcycles);
sg_DiskIICard.UpdateDriveState(executedcycles);
JoyUpdateButtonLatch(executedcycles);
}
}