Skip to content

Commit

Permalink
Add slang-shaders and config toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed May 4, 2024
1 parent 556d789 commit 148bb6d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "slang-shaders"]
path = slang-shaders
url = https://github.com/libretro/slang-shaders
33 changes: 33 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
window_w = 640
window_h = 576
print_serial = false
boot_rom = ""
shader_path = "./slang-shaders/nearest.slangp"
mode = "DMG"

[ppu_config]
cc_mode = "CGB"

[ppu_config.palette]
dark.hex = 0x081810
dark_gray.hex = 0x396139
light_gray.hex = 0x84A563
light.hex = 0xC6DE8C
off.hex = 0xD2E6A6

[apu_config]
master_enabled = true
ch1_enabled = true
ch2_enabled = true
ch3_enabled = true
ch4_enabled = true

[input]
up.Character = "w"
left.Character = "a"
down.Character = "s"
right.Character = "d"
a.Character = "z"
b.Character = "x"
select.Character = "c"
start.Character = "v"
1 change: 1 addition & 0 deletions slang-shaders
Submodule slang-shaders added at 3378d0

0 comments on commit 148bb6d

Please sign in to comment.