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

FEXConfig: Add the ability to watch and configure global rootfs #4074

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

Sonicadvance1
Copy link
Member

Global rootfs doesn't support a named rootfs (only local supports that).
So when it is a global rootfs option just give the full path to the
config path.

Just needs some special handling to ensure the full path is retained for
global paths.

A reimplementation of #4067 that doesn't hardcode paths and routes the
global data path through FEXCore.

Currently unused as all data still comes from local installs.
Using select initially was a mistake, it has issues with FD limits and
is less efficient due to fd_set. It's recommended to switch select using
over to polling, so do it.
Global rootfs doesn't support a named rootfs (only local supports that).
So when it is a global rootfs option just give the full path to the
config path.

Just needs some special handling to ensure the full path is retained for
global paths.

A reimplementation of FEX-Emu#4067 that doesn't hardcode paths and routes the
global data path through FEXCore.
@Sonicadvance1
Copy link
Member Author

Rebased and merge conflict fixed.

@Sonicadvance1 Sonicadvance1 merged commit f49d82d into FEX-Emu:main Sep 24, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the global_rootfs branch September 24, 2024 10:30
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.

2 participants