Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretracker support #30

Merged
merged 3 commits into from
Jan 15, 2024
Merged

Pretracker support #30

merged 3 commits into from
Jan 15, 2024

Conversation

sitomani
Copy link
Owner

This PR enables PreTracker module playback. To run this version of 4champ, you need to have the latest https://gitlab.com/sitomani/uade-ios built.

This also closes #23 , as the build is done with Xcode 15.0.1

@sitomani sitomani self-assigned this Jan 13, 2024
@@ -341,8 +352,13 @@ - (int)currentPosition {
return @[@"UADE Player:", playerName];
}

- (NSString*) replayerName {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant replayerName function

@@ -201,5 +204,8 @@ - (bool) loadModule:(NSString *)path type:(NSString*) type {
return true;
}

- (NSString*) replayerName {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, redundant now that name is a property.

@sitomani sitomani merged commit 5af03b6 into master Jan 15, 2024
1 check was pending
@sitomani sitomani deleted the Pretracker-support branch February 14, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to iOS17 SDK
1 participant