mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-09 20:51:51 +09:00
modular filesystem driver wip
This commit is contained in:
@@ -97,7 +97,7 @@ class VM(
|
||||
|
||||
|
||||
fun findPeribyType(searchTerm: String): PeripheralEntry? {
|
||||
for (i in 0..peripheralSlots) {
|
||||
for (i in 0 until peripheralSlots) {
|
||||
if (peripheralTable[i].type == searchTerm) return peripheralTable[i]
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user