Skip to content

Revert "Destroy the hintstones on Citra as they cause huge lag" #121

Revert "Destroy the hintstones on Citra as they cause huge lag"

Revert "Destroy the hintstones on Citra as they cause huge lag" #121

Workflow file for this run

name: OoT3DR Checks
on:
pull_request:
jobs:
format:
name: Verify Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Format Project
uses: DoozyX/[email protected]
with:
source: "./code ./source"
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 14
build:
name: Confirm Compilable
runs-on: ubuntu-latest
container:
image: ghcr.io/z3dr/randotools:latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Compile Project
run: make -j