mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move declarations closer to usage.
This commit is contained in:
@@ -712,12 +712,11 @@ public class Nes : IByteAddressableImage
|
||||
var foundMapper = false;
|
||||
var foundSubMapper = false;
|
||||
|
||||
Regex regex;
|
||||
Match match;
|
||||
|
||||
// Sanitize
|
||||
foreach(LinearMemoryDevice map in mappings.Devices)
|
||||
{
|
||||
Regex regex;
|
||||
Match match;
|
||||
switch(map.Type)
|
||||
{
|
||||
case LinearMemoryType.ROM when !foundRom:
|
||||
|
||||
Reference in New Issue
Block a user