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

PPU LLVM: Precompile system-internal executables if booting a dev_flash's program #11999

Merged
merged 1 commit into from
May 12, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented May 12, 2022

Fixes #11979

@elad335 elad335 marked this pull request as draft May 12, 2022 05:22
@elad335 elad335 force-pushed the fw-compile branch 2 times, most recently from 91b3e9e to e925497 Compare May 12, 2022 05:35
}
}

const std::string firmware_sprx_path = is_vsh ? "/dev_flash"sv : dev_flash_located ? "/dev_flash/sys"sv : "/dev_flash/sys/external"sv);
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think vsh specific check is needed.

@elad335 elad335 force-pushed the fw-compile branch 2 times, most recently from ffdcf89 to e44b3b0 Compare May 12, 2022 09:43
@elad335 elad335 marked this pull request as ready for review May 12, 2022 09:44
@Nekotekina Nekotekina merged commit a2a6303 into RPCS3:master May 12, 2022
@Darkhost1999 Darkhost1999 mentioned this pull request May 19, 2022
@elad335 elad335 deleted the fw-compile branch September 19, 2022 06:27
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.

Installing Firmware takes forever after #11907
3 participants