mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Clean up some getBits code
This commit is contained in:
parent
bf125bf2cf
commit
b04ad7215b
2 changed files with 14 additions and 9 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
using namespace Xbyak;
|
||||
using namespace Xbyak::util;
|
||||
using Helpers::getBit;
|
||||
using Helpers::getBits;
|
||||
|
||||
// Register that points to PICA state
|
||||
static constexpr Reg64 statePointer = rbp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue