Fixed some typos: BOX64 -> BOX86#1011
Merged
ptitSeb merged 1 commit intoptitSeb:masterfrom Nov 6, 2024
Merged
Conversation
MikeWang000000
commented
Nov 6, 2024
| * 1 : Handle them as double | ||
|
|
||
| #### BOX64_MAXCPU | ||
| #### BOX86_MAXCPU |
MikeWang000000
commented
Nov 6, 2024
| printf_log(LOG_INFO, "Show Backtrace for signals\n"); | ||
| } | ||
| p = getenv("BOX64_MAXCPU"); | ||
| p = getenv("BOX86_MAXCPU"); |
MikeWang000000
commented
Nov 6, 2024
| printf(" BOX86_ALLOWMISSINGLIBS with 1 to allow to continue even if a lib is missing (unadvised, will probably crash later)\n"); | ||
| printf(" BOX64_PREFER_EMULATED=1 to prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11)\n"); | ||
| printf(" BOX64_PREFER_WRAPPED if box86 will use wrapped libs even if the lib is specified with absolute path\n"); | ||
| printf(" BOX86_PREFER_EMULATED=1 to prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11)\n"); |
MikeWang000000
commented
Nov 6, 2024
| // check BOX86_LOG debug level | ||
| LoadLogEnv(); | ||
| if(!getenv("BOX64_NORCFILES")) { | ||
| if(!getenv("BOX86_NORCFILES")) { |
MikeWang000000
commented
Nov 6, 2024
| printf(" BOX64_PREFER_EMULATED=1 to prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11)\n"); | ||
| printf(" BOX64_PREFER_WRAPPED if box86 will use wrapped libs even if the lib is specified with absolute path\n"); | ||
| printf(" BOX86_PREFER_EMULATED=1 to prefer emulated libs first (execpt for glibc, alsa, pulse, GL, vulkan and X11)\n"); | ||
| printf(" BOX86_PREFER_WRAPPED if box86 will use wrapped libs even if the lib is specified with absolute path\n"); |
MikeWang000000
commented
Nov 6, 2024
| IGNORE(BOX86_DYNAREC_FASTROUND) \ | ||
| IGNORE(BOX86_DYNAREC_SAFEFLAGS) \ | ||
| IGNORE(BOX64_DYNAREC_CALLRET) \ | ||
| IGNORE(BOX86_DYNAREC_CALLRET) \ |
Contributor
Author
|
Some environment variables like |
Owner
|
nice, thnaks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.