MAME:规范代码
This commit is contained in:
parent
f49f7fef00
commit
6edb3b5400
@ -2350,7 +2350,8 @@ namespace MAME.Core
|
||||
}
|
||||
public static void cpuexec_timeslice()
|
||||
{
|
||||
Atime target = EmuTimer.lt[0].expire;
|
||||
//Atime target = EmuTimer.lt[0].expire;
|
||||
Atime target = EmuTimer.lt._frist_Timer.expire;
|
||||
Atime tbase = EmuTimer.global_basetime;
|
||||
int ran;
|
||||
Atime at;
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
using Mono.Cecil.Cil;
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace MAME.Core
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user