Skip to content

Commit

Permalink
Merge branch 'main' into Breakpoints-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Dec 11, 2024
2 parents 5ce6d40 + e579cd7 commit a3353a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: '**/*.ps-exe'

macos-intel-build-and-test:
runs-on: macos-12
runs-on: macos-13
needs: build-openbios
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions src/mips/psyqo/examples/cdrom-demo/cdrom-demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ void CDRomDemo::prepare() {
.set(psyqo::GPU::Interlace::PROGRESSIVE);
gpu().initialize(config);
m_cdrom.prepare();
m_cdrom.resetBlocking(gpu());
}

void CDRomDemo::createScene() {
Expand Down
2 changes: 1 addition & 1 deletion src/mips/psyqo/src/xprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static const info fmtinfo[] = {
'a',
1024,
0,
0,
1,
0,
FIXED,
},
Expand Down

0 comments on commit a3353a6

Please sign in to comment.