Cached API tables and cut allocations in the PlayDate bindings target.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
internal import CPlaydate
|
||||
|
||||
private var scoreboardsAPI: UnsafePointer<playdate_scoreboards> { Playdate.scoreboardsAPI }
|
||||
private var scoreboardsAPI: UnsafePointer<playdate_scoreboards> { Playdate.scoreboardsAPI.unsafelyUnwrapped }
|
||||
|
||||
/// The scoreboards API for games with online leaderboards.
|
||||
public enum Scoreboards {}
|
||||
|
||||
Reference in New Issue
Block a user