mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Stuffs
This commit is contained in:
parent
f2ab7a0370
commit
23a6ef447f
3 changed files with 11 additions and 5 deletions
|
@ -61,6 +61,7 @@ namespace FPSCR {
|
|||
RoundToZero = 3 << 22,
|
||||
|
||||
// Default FPSCR value for threads
|
||||
ThreadDefault = DefaultNan | FlushToZero | RoundToZero | IXC
|
||||
ThreadDefault = DefaultNan | FlushToZero | RoundToZero,
|
||||
MainThreadDefault = ThreadDefault | IXC;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue