Skip to content

Commit

Permalink
Merge branch 'dev' into early-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 13, 2024
2 parents 4dbeb71 + c3a48a0 commit ffebcb1
Show file tree
Hide file tree
Showing 37 changed files with 639 additions and 4,043 deletions.
3,819 changes: 1 addition & 3,818 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added src/assets/deckyromlauncher.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/cemu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/citra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/esde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/pegasus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/rpcs3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/ryujinx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/supermodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/emulators/vita3k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/fonts/avenir-light-webfont.woff2
Binary file not shown.
Binary file added src/assets/fonts/avenir-medium-webfont.woff2
Binary file not shown.
Binary file added src/assets/fonts/avenir-roman-webfont.woff2
Binary file not shown.
24 changes: 3 additions & 21 deletions src/assets/icon/custom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 2 additions & 13 deletions src/assets/icon/gear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 9 additions & 20 deletions src/assets/icon/package.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions src/assets/icon/quick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icon/update.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/data/emuData.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"description": "",
"special_configuration": "Custom textures for the NES and N64 using EmuDeck's pre-created folder: Emulation/hdpacks",
"bios": ["ps1", "segacd", "saturn", "nds", "dreamcast"],
"systems": "Retro Game Systems, including but not limited to, Nintendo 64, Saturn and Dreamcast",
"systems": [
"Retro Game Systems, including but not limited to, Nintendo 64, Saturn and Dreamcast"
],
"hotkeys": {
"0": ["Action", "Keys"],
"1": ["Menu", "L3+R3"],
Expand Down
20 changes: 10 additions & 10 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
@import './utils/animate/animate.scss';

@font-face {
font-family: 'MotivaSans';
src: url('assets/fonts/Raleway-Thin.ttf');
font-family: 'Avenir';
src: url('assets/fonts/avenir-light-webfont.woff2');
font-weight: 100;
}
@font-face {
font-family: 'MotivaSans';
src: url('assets/fonts/Raleway-Light.ttf');
font-family: 'Avenir';
src: url('assets/fonts/avenir-light-webfont.woff2');
font-weight: 200;
}
@font-face {
font-family: 'MotivaSans';
src: url('assets/fonts/Raleway-Regular.ttf');
font-family: 'Avenir';
src: url('assets/fonts/avenir-light-webfont.woff2');
font-weight: 300;
}
@font-face {
font-family: 'MotivaSans';
src: url('assets/fonts/Raleway-Medium.ttf');
font-family: 'Avenir';
src: url('assets/fonts/avenir-light-webfont.woff2');
font-weight: 400;
}
@font-face {
font-family: 'MotivaSans';
src: url('assets/fonts/Raleway-Black.ttf');
font-family: 'Avenir';
src: url('assets/fonts/avenir-medium-webfont.woff2');
font-weight: 600;
}

Expand Down
Loading

0 comments on commit ffebcb1

Please sign in to comment.