1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00
CLK/OSBindings/Mac/Clock Signal
2015-07-30 21:29:40 -04:00
..
Assets.xcassets/AppIcon.appiconset
Base.lproj
AppDelegate.swift
Atari2600Document.swift Reintroduced emergency vertical sync — so that output occurs even when the emulation isn't catching syncs properly — and switched some spaces to tabs. 2015-07-30 17:16:49 -04:00
Clock Signal.entitlements
ClockSignal-Bridging-Header.h Started working out some of my retain cycles and general failures to release. Switched .mm filename so that Xcode will stop getting confused when I try to switch between implementation and interface files. 2015-07-27 21:15:10 -04:00
CSAtari2600.h Started working out some of my retain cycles and general failures to release. Switched .mm filename so that Xcode will stop getting confused when I try to switch between implementation and interface files. 2015-07-27 21:15:10 -04:00
CSAtari2600.mm It appears ARC extends its reach into C++ nowadays. Fixed additional retain cycle. 2015-07-27 21:17:53 -04:00
CSCathodeRayView.h Started working out some of my retain cycles and general failures to release. Switched .mm filename so that Xcode will stop getting confused when I try to switch between implementation and interface files. 2015-07-27 21:15:10 -04:00
CSCathodeRayView.m A tweak here, a tweak there, to help with debugging. 2015-07-30 21:29:40 -04:00
Info.plist