Fix compilation error after merge.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
ab08dd7de7
commit
40b37ccccb
2 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,3 @@ void CheckCpu()
|
|||
LogFileOutput("Detected non standard CPU for Apple2 = %d: default = %d, actual = %d\n", apple2Type, defaultCpu, mainCpu);
|
||||
}
|
||||
}
|
||||
|
||||
void alarm_log_too_many_alarms()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <StdAfx.h>
|
||||
#include "Tfe/Tfe.h"
|
||||
|
||||
int tfe_enabled = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue