Small fixes, and language update for JP.

Release train 0.1.6(.4) is currently the <Stable-Release> path.
Release train 0.1.7(.0) is currently being tested.
This commit is contained in:
waltje
2018-09-10 05:42:22 -04:00
parent 149cdc736d
commit 10efb6f0cd
3 changed files with 9 additions and 7 deletions

View File

@@ -1143,6 +1143,7 @@ pc_thread(void *param)
plat_startblit();
clockrate = machines[machine].cpu[cpu_manufacturer].cpus[cpu_effective].rspeed;
pclog("PC: clockrate=%lu cpuspeed=%lu\n", clockrate, cpuspeed);
if (is386) {
#ifdef USE_DYNAREC
if (cpu_use_dynarec)