mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-14 04:17:03 +02:00
mark codeblocks as noexcept
This commit is contained in:
parent
6b55271d32
commit
ac9febd6fa
3 changed files with 13 additions and 9 deletions
|
|
@ -250,10 +250,14 @@ When CMake invokes certain file syscalls - it may sometimes cause crashes or cor
|
|||
## PlayStation 4
|
||||
|
||||
```sh
|
||||
export OO_PS4_TOOLCHAIN="$HOME/OpenOrbis/PS4Toolchain"
|
||||
export OO_PS4_TOOLCHAIN="$HOME/OpenOrbis/PS4Toolchain/prefix"
|
||||
export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
|
||||
```
|
||||
|
||||
```sh
|
||||
cp $OO_PS4_TOOLCHAIN/include/endian.h $OO_PS4_TOOLCHAIN/include/sys/endian.h
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
### Windows 7, Windows 8 and Windows 8.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue