mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 23:01:56 -04:00
[decomp] add mips2c converter (#842)
* mips 2 c basic version, not yet tested * calling works without crashing, but the function doesn't * it works * add test * cleanup and actually add the test * dont use mips2c by default for font * clean up formatting
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include <set>
|
||||
#include "variable_naming.h"
|
||||
#include "reg_usage.h"
|
||||
|
||||
#include "decompiler/Function/Function.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
#include "decompiler/IR2/Env.h"
|
||||
#include "decompiler/util/DecompilerTypeSystem.h"
|
||||
#include "reg_usage.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "variable_naming.h"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user