Skip to content

Commit

Permalink
Restore 640x480 DMI resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Oct 15, 2024
1 parent cbe695f commit ab67f15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
- name: Package artifacts
run: |
cd build-wasm-srON-verboseON/
zip -r ../WASM.zip *
zip -r ../ETCS-wasm.zip *
cd ..
cd build-win64-srOFF/
zip -r ../Windows.zip *
zip -r ../ETCS-windows.zip *
cd ..
- name: Install FUSE
run: sudo apt-get install -y fuse
Expand Down
4 changes: 2 additions & 2 deletions config/settings.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
width=800
height=600
width=640
height=480
display=0
softkeys=false
font=NotoSans-Regular.ttf
Expand Down

0 comments on commit ab67f15

Please sign in to comment.