mirror of
https://github.com/sal063/AC6_recomp
synced 2026-08-16 21:28:07 -04:00
Upgraded to RexGlue v0.8 and edited a bit of the Audio code
This commit is contained in:
@@ -94,8 +94,8 @@ class FunctionNode {
|
||||
|
||||
/// Emit C++ code for this function
|
||||
/// Requires: state() == kSealed
|
||||
/// For imports: emits PPC_IMPORT macro
|
||||
/// For normal functions: emits PPC_FUNC with blocks and instructions
|
||||
/// For imports: emits REX_IMPORT macro
|
||||
/// For normal functions: emits REX_FUNC with blocks and instructions
|
||||
std::string emitCpp(const EmitContext& ctx) const;
|
||||
|
||||
//=========================================================================
|
||||
|
||||
Reference in New Issue
Block a user