mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
Correct AppPreferences class. Fix #139
This commit is contained in:
parent
94845c1411
commit
c1651e874b
8 changed files with 14 additions and 11 deletions
|
@ -169,7 +169,7 @@ public class PatchesController implements Initializable {
|
|||
continue;
|
||||
if (! lineValues[1].matches("^(([0-9A-Fa-f]{2})|\\.)+?$"))
|
||||
continue;
|
||||
preferences.setPatchOffset(lineValues[0], lineValues[1]);
|
||||
preferences.setPatchPattern(lineValues[0], lineValues[1]);
|
||||
|
||||
System.out.println(pointer[0]+"_"+pointer[1]+"_"+pointer[2]+" = "+lineValues[1]);
|
||||
count++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue