Skip to content

Commit

Permalink
Genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
tsssu committed Apr 24, 2024
1 parent 3034efc commit 0c96fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: AML Mod Compiler

on:
push:
branches: [ "RUSJJ_CLEO_MOD" ]
branches: [ "master" ]
pull_request:
branches: [ "RUSJJ_CLEO_MOD" ]
branches: [ "master" ]

jobs:
build:
Expand All @@ -26,11 +26,6 @@ jobs:
unzip ./AML_src.zip
mv ./AndroidModLoader-main/mod ./mod
- name: Get SAUtils...
uses: wei/wget@v1
with:
args: -O ./isautils.h https://github.com/AndroidModLoader/SAUtils/raw/main/isautils.h

- name: Install Android NDK (r24)...
uses: nttld/[email protected]
with:
Expand Down
4 changes: 0 additions & 4 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ cleo_addon_ifs_t cleo_addon_ifs;
uint16_t FreeScriptAddonInfoId = 1; // 0 is "not assigned" (used for dumbo scripts without that info)
ScriptAddonInfo ScriptAddonInfosStorage[0x400];

// SAUtils
#include "isautils.h"
ISAUtils* sautils = nullptr;

// Size of array
#define sizeofA(__aVar) ((int)(sizeof(__aVar)/sizeof(__aVar[0])))

Expand Down

0 comments on commit 0c96fd8

Please sign in to comment.