Upgraded to RexGlue v0.8 and edited a bit of the Audio code

This commit is contained in:
salh
2026-05-29 22:17:02 +03:00
parent 0fddc26760
commit ead11217b7
113 changed files with 4655 additions and 1032 deletions
+2 -2
View File
@@ -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;
//=========================================================================