Skip to content

Commit

Permalink
fixes in some files, dont run all_source
Browse files Browse the repository at this point in the history
  • Loading branch information
SwareJonge committed Jun 24, 2024
1 parent e01eaf7 commit 02b06c1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python configure.py --version ${{ matrix.version }} \
--binutils /binutils --compilers /compilers
ninja all_source build/${{ matrix.version }}/progress.json
ninja build/${{ matrix.version }}/progress.json
# Upload progress if we're on the main branch
- name: Upload progress
Expand Down
1 change: 1 addition & 0 deletions include/Kaneshige/LightMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define LIGHTMGR_H

#include "JSystem/JGeometry.h"
#include "JSystem/JKernel/JKRDisposer.h"
#include "JSystem/JUtility/TColor.h"
#include "types.h"

Expand Down
2 changes: 1 addition & 1 deletion include/Kawano/PrintPal.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PrintPal {
// Maybe swap these names
int getState() { return _74; }
int getOption() { return _78; }
int setOption(int val) { _78 = val; }
void setOption(int val) { _78 = val; }

private:
// TODO
Expand Down
2 changes: 1 addition & 1 deletion include/Sato/ItemFlyTurtle.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "Sato/ObjUtility.h"

// TODO: virtual and static functions

class CLPointControllerFlyTurtle;
class ItemFlyTurtle : public ItemObj
{
public:
Expand Down
2 changes: 0 additions & 2 deletions src/Sato/ItemObjMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include "Sato/stMath.h"
#include "Yamamoto/kartCamera.h"

#include <ppcdis.h>

#include "mathHelper.h"

// WIP
Expand Down

0 comments on commit 02b06c1

Please sign in to comment.