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

add minimuxer_set_location for set ios location #5

Closed
wants to merge 2 commits into from

Conversation

hw-1
Copy link

@hw-1 hw-1 commented Feb 14, 2023

No description provided.

Copy link
Member

@amsam0 amsam0 left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! However, I’m a bit confused why we would need this function. minimuxer is only supposed to be used in SideStore. If you want to use it outside of SideStore, please fork minimuxer instead of making a PR.

If this is intended to be used in SideStore, what functionality would it serve? I don’t see the use in manually setting location.

/// is device connect
/// # Safety
/// Don't be stupid
pub unsafe extern "C" fn minimuxer_isconnect() -> libc::c_int {
Copy link
Member

Choose a reason for hiding this comment

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

@amsam0
Copy link
Member

amsam0 commented Feb 17, 2023

Hey @hw-1, I discussed with some other team members and we are planning to add this as a feature eventually, but I think this PR will need some code cleanup first. It will also need an implementation in SideStore, but I may be able to do that.

Copy link

@silxl silxl left a comment

Choose a reason for hiding this comment

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

Access

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.

4 participants