Skip to content

Commit

Permalink
update chesto, ci: remove 3ds/sdl1 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 22, 2024
1 parent 39cb73b commit 5e1657c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build console app
name: Build SDL2 console apps

on:
push:
Expand All @@ -18,8 +18,8 @@ jobs:
ext: wuhb
- platform: switch
ext: nro
- platform: 3ds
ext: 3dsx
# - platform: 3ds
# ext: 3dsx
- platform: wii
ext: dol
container:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/pc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
library: [sdl2, sdl1]
exclude:
- os: macos
library: sdl1
library: [sdl2]
# library: [sdl2, sdl1]
# exclude:
# - os: macos
# library: sdl1
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion gui/AppCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AppCard::AppCard(Package& package, AppList* list)
this->action = std::bind(&AppCard::displaySubscreen, this);

icon.setScaleMode(SCALE_PROPORTIONAL_WITH_BG);
icon.cornerRadius = 25;
// icon.cornerRadius = 25;

// create the layout of the app card (all relative)

Expand Down
2 changes: 1 addition & 1 deletion libs/chesto

0 comments on commit 5e1657c

Please sign in to comment.