git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/GBPreferencesWindow.h

      1 #import <Cocoa/Cocoa.h>
      2 #import <JoyKit/JoyKit.h>
      3 #import "GBPaletteEditorController.h"
      4 #import "GBTitledPopUpButton.h"
      5 
      6 @interface GBPreferencesWindow : NSWindow <NSTableViewDelegate, NSTableViewDataSource, JOYListener>
      7 @property IBOutlet NSTableView *controlsTableView;
      8 @property IBOutlet NSButton *configureJoypadButton;
      9 @property IBOutlet NSButton *skipButton;
     10 @property IBOutlet NSMenuItem *bootROMsFolderItem;
     11 @property IBOutlet NSPopUpButtonCell *bootROMsButton;
     12 @property IBOutlet NSPopUpButton *preferredJoypadButton;
     13 @property IBOutlet NSPopUpButton *playerListButton;
     14 @property IBOutlet GBPaletteEditorController *paletteEditorController;
     15 @property IBOutlet NSWindow *paletteEditor;
     16 @property IBOutlet NSWindow *joyconsSheet;
     17 @property IBOutlet NSPopUpButton *colorCorrectionPopupButton;
     18 @property IBOutlet NSPopUpButton *highpassFilterPopupButton;
     19 @property IBOutlet NSPopUpButton *colorPalettePopupButton;
     20 @property IBOutlet NSPopUpButton *hotkey1PopupButton;
     21 @property IBOutlet NSPopUpButton *hotkey2PopupButton;
     22 @property IBOutlet NSButton *turboCapButton;
     23 @property IBOutlet NSSlider *turboCapSlider;
     24 @property IBOutlet NSTextField *turboCapLabel;
     25 
     26 @property IBOutlet GBTitledPopUpButton *fontPopupButton;
     27 @property IBOutlet NSStepper *fontSizeStepper;
     28 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.