mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
Stub for MPMoviePlayerController pause method
Change-Id: I5a5e95b76e9c1cb6206fbad81eb54cf938cb611c
This commit is contained in:
@@ -158,6 +158,10 @@ pub const CLASSES: ClassExports = objc_classes! {
|
||||
);
|
||||
}
|
||||
|
||||
- (())pause {
|
||||
log!("TODO: [(MPMoviePlayerController*){:?} pause]", this);
|
||||
}
|
||||
|
||||
- (())stop {
|
||||
log!("TODO: [(MPMoviePlayerController*){:?} stop]", this);
|
||||
assert!(this == env.framework_state.media_player.movie_player.active_player.take().unwrap());
|
||||
|
||||
Reference in New Issue
Block a user