mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-10 04:46:50 -04:00
emu64: improve score by fixing inlining
This commit is contained in:
@@ -11,10 +11,14 @@
|
||||
#include "jsyswrap.h"
|
||||
#include "dolphin/PPCArch.h"
|
||||
|
||||
#pragma inline_depth(smart)
|
||||
#pragma inline_max_size(1000)
|
||||
// this pragma may be unnecessary
|
||||
#pragma inline_depth(1024)
|
||||
|
||||
// this one is absolutely necessary for a ton of function calls to be inlined
|
||||
#pragma inline_max_size(10000)
|
||||
|
||||
#include "../src/static/libforest/emu64/emu64_utility.c"
|
||||
#include "../src/static/libforest/emu64/emu64_print.cpp"
|
||||
|
||||
extern void OSInitFastCast(void);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "emu64.hpp"
|
||||
// #include "emu64.hpp"
|
||||
|
||||
#include "boot.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user