gui buttons will now trigger the action only once per click

This commit is contained in:
minjaesong
2022-12-14 15:58:01 +09:00
parent 86af873bdf
commit 45dd5be3f2
3 changed files with 49 additions and 43 deletions

View File

@@ -71,12 +71,7 @@ class VM(
init {
println("[VM] Creating new VM with ID of $id, memsize $memsize")
peripheralTable[0] = PeripheralEntry(
IOSpace(this),
// HW_RESERVE_SIZE,
// MMIO_SIZE.toInt() - 256,
// 64
)
peripheralTable[0] = PeripheralEntry(IOSpace(this))
}
fun killAllContexts() {