blob: a6be0eddddacd7569e9c3a5577a66393aa5a6c4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {cancel = id; hackToggle = id; ok = id; reset = id; };
CLASS = NetSfPeopsSoftGPUPluginConfigController;
LANGUAGE = ObjC;
OUTLETS = {
autoFullScreen = NSControl;
ditherMode = NSPopUpButton;
fpsCounter = NSControl;
frameSkipping = NSControl;
hackEnable = NSControl;
hacksView = NSView;
vSync = NSControl;
};
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}
|