mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-01 07:30:27 +00:00
Identation fixes
This commit is contained in:
parent
aea2b09d47
commit
4ee413bc35
@ -52,7 +52,7 @@
|
||||
// Keyboard/Mouse
|
||||
IBOutlet NSButton *useRawKeyCodes;
|
||||
IBOutlet NSTextField *rawKeyCodes;
|
||||
IBOutlet NSButton *browseRawKeyCodesButton;
|
||||
IBOutlet NSButton *browseRawKeyCodesButton;
|
||||
IBOutlet NSPopUpButton *mouseWheel;
|
||||
IBOutlet NSTextField *scrollLines;
|
||||
IBOutlet NSStepper *scrollLinesStepper;
|
||||
|
@ -396,15 +396,15 @@ static NSString *makeRelativeIfNecessary(NSString *path)
|
||||
|
||||
- (void) saveChanges: (id) sender
|
||||
{
|
||||
// Remove all disks
|
||||
// Remove all disks
|
||||
while (PrefsFindString("disk"))
|
||||
PrefsRemoveItem("disk");
|
||||
// Remove all cdroms
|
||||
// Remove all cdroms
|
||||
while (PrefsFindString("cdrom"))
|
||||
PrefsRemoveItem("cdrom");
|
||||
|
||||
|
||||
// Write all disks
|
||||
// Write all disks
|
||||
for (int i = 0; i < [diskArray count]; i++) {
|
||||
DiskType *d = [diskArray objectAtIndex:i];
|
||||
PrefsAddString([d isCDROM] ? "cdrom" : "disk", [[d path] UTF8String]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user