mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
NSTimeZone name method
Change-Id: I927431443d2b3e724f7882d8f494bfd358c4e843
This commit is contained in:
@@ -53,6 +53,10 @@ pub const CLASSES: ClassExports = objc_classes! {
|
||||
this
|
||||
}
|
||||
|
||||
- (id)name {
|
||||
env.objc.borrow_mut::<NSTimeZoneHostObject>(this).time_zone
|
||||
}
|
||||
|
||||
- (NSInteger)secondsFromGMT {
|
||||
// TODO: respect timezone
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user