コード例 #1
0
ファイル: ThreedClass.cs プロジェクト: neozumm/Ryujinx
 /// <summary>
 /// Updates current host state for all registers modified since the last call to this method.
 /// </summary>
 public void UpdateState()
 {
     _cbUpdater.FlushUboDirty();
     _stateUpdater.Update();
 }
コード例 #2
0
 /// <summary>
 /// Updates current host state for all registers modified since the last call to this method.
 /// </summary>
 public void UpdateState()
 {
     _fifoClass.CreatePendingSyncs();
     _cbUpdater.FlushUboDirty();
     _stateUpdater.Update();
 }