mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
Proper implementation of Arm::Translate
This commit is contained in:
parent
d743adf518
commit
14388ea690
29 changed files with 276 additions and 90 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include "common/logging/log.h"
|
||||
#include "tests/skyeye_interpreter/skyeye_common/armstate.h"
|
||||
#include "tests/skyeye_interpreter/skyeye_common/vfp/vfp.h"
|
||||
#include "skyeye_interpreter/skyeye_common/armstate.h"
|
||||
#include "skyeye_interpreter/skyeye_common/vfp/vfp.h"
|
||||
|
||||
namespace Common {
|
||||
inline u16 swap16(u16 data) {return (data >> 8) | (data << 8);}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue