.. |
AppDelegate.h
|
HuC-3 alarm clock emulation
|
2020-05-23 14:50:54 +03:00 |
AppDelegate.m
|
Prevent asking for notification permissions until used by an HuC-3 game
|
2020-08-22 00:56:12 +03:00 |
AppIcon.icns
|
Minor refinements to the icon
|
2018-12-01 22:43:35 +02:00 |
BigSurToolbar.h
|
Update UI for Big Sur
|
2020-08-22 13:06:27 +03:00 |
Cartridge.icns
|
Fixed icon alignment
|
2017-01-22 00:37:25 +02:00 |
ColorCartridge.icns
|
Fixed icon alignment
|
2017-01-22 00:37:25 +02:00 |
CPU.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
CPU@2x.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Display.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Display@2x.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Document.h
|
Improve print window, add a button for actual physical printing
|
2020-06-10 23:28:33 +03:00 |
Document.m
|
Update UI for Big Sur
|
2020-08-22 13:06:27 +03:00 |
Document.xib
|
Update UI for Big Sur
|
2020-08-22 13:06:27 +03:00 |
GBAudioClient.h
|
Got rid of -ICore
|
2017-10-13 00:02:02 +03:00 |
GBAudioClient.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBBorderView.h
|
Turns out the last Cocoa fix was neither reliable or actually working.
|
2018-07-11 19:48:54 +03:00 |
GBBorderView.m
|
Turns out the last Cocoa fix was neither reliable or actually working.
|
2018-07-11 19:48:54 +03:00 |
GBButtons.h
|
Replace the SDL-derived controller support with my own JoyKit framework. Adds rumble support, LED support, better manual and automatic configurations, analog speed controls.
|
2019-10-19 19:26:04 +03:00 |
GBButtons.m
|
Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa.
|
2018-02-10 23:30:30 +02:00 |
GBCheatTextFieldCell.h
|
Add cheats UI to Cocoa
|
2020-04-11 18:03:10 +03:00 |
GBCheatTextFieldCell.m
|
Add cheats UI to Cocoa
|
2020-04-11 18:03:10 +03:00 |
GBCheatWindowController.h
|
Minor UI fix
|
2020-04-11 21:48:47 +03:00 |
GBCheatWindowController.m
|
Minor UI fix
|
2020-04-11 21:48:47 +03:00 |
GBColorCell.h
|
Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash
|
2016-10-27 00:23:24 +03:00 |
GBColorCell.m
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
GBCompleteByteSlice.h
|
Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework
|
2016-08-13 00:58:52 +03:00 |
GBCompleteByteSlice.m
|
Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework
|
2016-08-13 00:58:52 +03:00 |
GBGLShader.h
|
Add accurate frame blending option
|
2020-03-26 20:54:18 +02:00 |
GBGLShader.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBImageCell.h
|
Added VRAM-debugging APIs, added VRAM viewer to Cocoa Port, fixed uninitialized VRAM, fixed memory viewer crash
|
2016-10-27 00:23:24 +03:00 |
GBImageCell.m
|
Add cheats UI to Cocoa
|
2020-04-11 18:03:10 +03:00 |
GBImageView.h
|
Added SCX/SCY display in the VRAM viewer. Closes #168
|
2019-06-07 23:38:34 +03:00 |
GBImageView.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBMemoryByteArray.h
|
Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks
|
2016-08-19 14:54:54 +03:00 |
GBMemoryByteArray.m
|
Replaced the is_cgb bool with a more future compatible model enum. Removed the GB_init_cgb API and replaced it with an extended GB_init and GB_switch_model_and_reset APIs that now receive a model parameter. Increased the struct version.
|
2018-06-16 13:59:33 +03:00 |
GBOpenGLView.h
|
Remove OpenGL specific code from GBView
|
2018-06-11 22:11:33 +03:00 |
GBOpenGLView.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBOptionalVisualEffectView.h
|
Add cheats UI to Cocoa
|
2020-04-11 18:03:10 +03:00 |
GBOptionalVisualEffectView.m
|
Add cheats UI to Cocoa
|
2020-04-11 18:03:10 +03:00 |
GBPreferencesWindow.h
|
Rumble mode selection
|
2020-04-29 16:50:31 +03:00 |
GBPreferencesWindow.m
|
Update UI for Big Sur
|
2020-08-22 13:06:27 +03:00 |
GBSplitView.h
|
Fix Mavericks compatibility
|
2020-04-11 18:19:15 +03:00 |
GBSplitView.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBTerminalTextFieldCell.h
|
Console auto complete
|
2020-06-05 02:10:05 +03:00 |
GBTerminalTextFieldCell.m
|
Console auto complete
|
2020-06-05 02:10:05 +03:00 |
GBView.h
|
setRumble should be double
|
2020-04-29 16:05:31 +03:00 |
GBView.m
|
Actually, don’t use rumble threads at all, because IOHIDDeviceSetReport seems to queue stuff despite being blocking
|
2020-05-30 22:18:32 +03:00 |
GBViewGL.h
|
Remove OpenGL specific code from GBView
|
2018-06-11 22:11:33 +03:00 |
GBViewGL.m
|
Fixed Cocoa OpenGL regression, it was completely broken
|
2018-11-22 22:59:29 +02:00 |
GBViewMetal.h
|
OpenGL fallback
|
2018-06-15 20:03:59 +03:00 |
GBViewMetal.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
GBWarningPopover.h
|
Better GUI for user errors/warnings in Cocoa
|
2017-02-24 18:15:31 +02:00 |
GBWarningPopover.m
|
Better GUI for user errors/warnings in Cocoa
|
2017-02-24 18:15:31 +02:00 |
Info.plist
|
Add support to the ISX format, including symbols
|
2020-04-25 22:48:48 +03:00 |
Joypad.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Joypad@2x.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Joypad~dark.png
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
Joypad~dark@2x.png
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
KeyboardShortcutPrivateAPIs.h
|
Cocoa key bindings now based on key codes
|
2017-01-24 21:00:56 +02:00 |
License.html
|
Update version, update copyright year
|
2020-01-01 23:43:36 +02:00 |
main.m
|
Fixing inconsistent style
|
2020-04-24 20:37:57 +03:00 |
MainMenu.xib
|
Rename the "Developer" menu to "Develop", like first party Mac apps
|
2020-04-11 20:44:15 +03:00 |
NSImageNamedDarkSupport.m
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
NSObject+MavericksCompat.m
|
Fix Mavericks compatibility
|
2020-04-11 18:19:15 +03:00 |
NSString+StringForKey.h
|
Cocoa key bindings now based on key codes
|
2017-01-24 21:00:56 +02:00 |
NSString+StringForKey.m
|
Added CPU under/over-clocking support in Core, add under-clocking hotkey in the Cocoa port, allow modifier keys to be configured as input keys in Cocoa.
|
2018-02-10 23:30:30 +02:00 |
PkgInfo
|
Initial public commit
|
2016-04-01 21:27:01 +03:00 |
PopoverView.xib
|
Better GUI for user errors/warnings in Cocoa
|
2017-02-24 18:15:31 +02:00 |
Preferences.xib
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
Speaker.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Speaker@2x.png
|
Redesign the preferences window
|
2018-12-01 17:16:29 +02:00 |
Speaker~dark.png
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |
Speaker~dark@2x.png
|
Improved Dark Mode support, improved Hex Fiend's general system-native appearance
|
2020-06-10 01:10:11 +03:00 |