mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Update VMWareSVGAII.cs
This commit is contained in:
parent
a87afd5c3a
commit
befdb87c9d
1 changed files with 5 additions and 0 deletions
|
|
@ -754,6 +754,11 @@ namespace Cosmos.HAL.Drivers.PCI.Video
|
||||||
WaitForFifo();
|
WaitForFifo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Disable()
|
||||||
|
{
|
||||||
|
WriteRegister(Register.Enable, 0);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Set cursor.
|
/// Set cursor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue