mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 09:45:46 +00:00
- removed unused stubbed out code
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
This commit is contained in:
parent
f872807de2
commit
a2804bf701
5 changed files with 27 additions and 33 deletions
|
@ -51,8 +51,9 @@
|
|||
* ===========================================================================
|
||||
*/
|
||||
|
||||
#include "vfp_helper.h"
|
||||
#include "asm_vfp.h"
|
||||
#include "core/arm/interpreter/vfp/vfp.h"
|
||||
#include "core/arm/interpreter/vfp/vfp_helper.h"
|
||||
#include "core/arm/interpreter/vfp/asm_vfp.h"
|
||||
|
||||
static struct vfp_double vfp_double_default_qnan = {
|
||||
//.exponent = 2047,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue