mirror of
https://github.com/Takiiiiiiii/Miyoo-Mini.git
synced 2025-07-17 08:46:39 +00:00
Push to main
This commit is contained in:
1
Emu/FC/.retroarch/filters/video/2xBR.filt
Normal file
1
Emu/FC/.retroarch/filters/video/2xBR.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = 2xbr
|
1
Emu/FC/.retroarch/filters/video/2xSaI.filt
Normal file
1
Emu/FC/.retroarch/filters/video/2xSaI.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = 2xsai
|
BIN
Emu/FC/.retroarch/filters/video/2xbr.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/2xbr.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/2xsai.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/2xsai.dll
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
filter = blargg_ntsc_snes
|
||||
|
||||
blargg_ntsc_snes_tvtype = "composite"
|
47
Emu/FC/.retroarch/filters/video/Blargg_NTSC_SNES_Custom.filt
Normal file
47
Emu/FC/.retroarch/filters/video/Blargg_NTSC_SNES_Custom.filt
Normal file
@ -0,0 +1,47 @@
|
||||
filter = blargg_ntsc_snes
|
||||
|
||||
blargg_ntsc_snes_tvtype = "custom"
|
||||
|
||||
# tvtype presets for reference:
|
||||
# monochrome = 0,-1, 0, 0, .2, 0, .2,-.2,-.2,-1, 1, 1
|
||||
# composite = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
|
||||
# svideo = 0, 0, 0, 0, .2, 0, .2, -1, -1, 0, 1, 1
|
||||
# rgb = 0, 0, 0, 0, .2, 0, .7, -1, -1,-1, 1, 1
|
||||
|
||||
blargg_ntsc_snes_hue = 0.0
|
||||
# -1 = -180 degrees +1 = +180 degrees
|
||||
|
||||
blargg_ntsc_snes_saturation = 0.0
|
||||
# -1 = grayscale (0.0) +1 = oversaturated colors (2.0)
|
||||
|
||||
blargg_ntsc_snes_contrast = 0.0
|
||||
# -1 = dark (0.5) +1 = light (1.5)
|
||||
|
||||
blargg_ntsc_snes_brightness = 0.0
|
||||
# -1 = dark (0.5) +1 = light (1.5)
|
||||
|
||||
blargg_ntsc_snes_sharpness = 0.2
|
||||
# edge contrast enhancement/blurring
|
||||
|
||||
blargg_ntsc_snes_gamma = 0.0
|
||||
# -1 = dark (1.5) +1 = light (0.5)
|
||||
|
||||
blargg_ntsc_snes_resolution = 0.7
|
||||
# image resolution (composite 0 - svideo 0.2 - rgb 0.7)
|
||||
|
||||
blargg_ntsc_snes_artifacts = 0.0
|
||||
# artifacts caused by color changes (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_fringing = 0.0
|
||||
# color artifacts caused by brightness changes (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_bleed = 0.0
|
||||
# color bleed (color resolution reduction) (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_merge_fields = 0.0
|
||||
# if 1, merges even and odd fields together to reduce flicker
|
||||
# if 0, alternate fields every frame
|
||||
|
||||
blargg_ntsc_snes_hires_blit = 0
|
||||
# do hires blitting when set to 1, assuming 512 width for any res >256 (made for SNES 512 mode)
|
||||
# set it to 0 for other resolutions such as 320 (even if a bit out of specs for this filter)
|
2
Emu/FC/.retroarch/filters/video/Blargg_NTSC_SNES_RF.filt
Normal file
2
Emu/FC/.retroarch/filters/video/Blargg_NTSC_SNES_RF.filt
Normal file
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "rf"
|
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "rgb"
|
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "svideo"
|
1
Emu/FC/.retroarch/filters/video/Darken.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Darken.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = darken
|
4
Emu/FC/.retroarch/filters/video/Dot_Matrix_3x.filt
Normal file
4
Emu/FC/.retroarch/filters/video/Dot_Matrix_3x.filt
Normal file
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xECF0EC
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x808080
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x5C8A00
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xA3C70D
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x01D3E8
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xADB8A0
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xA3AD8A
|
4
Emu/FC/.retroarch/filters/video/Dot_Matrix_4x.filt
Normal file
4
Emu/FC/.retroarch/filters/video/Dot_Matrix_4x.filt
Normal file
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xECF0EC
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x808080
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x5C8A00
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xA3C70D
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x01D3E8
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xADB8A0
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xA3AD8A
|
1
Emu/FC/.retroarch/filters/video/EPX.filt
Normal file
1
Emu/FC/.retroarch/filters/video/EPX.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = epx
|
11
Emu/FC/.retroarch/filters/video/Gameboy3x_DMG.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy3x_DMG.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy3x_palette_0 = 0x00420C
|
||||
gameboy3x_palette_1 = 0x005121
|
||||
gameboy3x_palette_2 = 0x317400
|
||||
gameboy3x_palette_3 = 0x578200
|
||||
gameboy3x_palette_grid = 0x5C8A00
|
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Greenscale.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Greenscale.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy3x_palette_0 = 0x0C360C
|
||||
gameboy3x_palette_1 = 0x2C6234
|
||||
gameboy3x_palette_2 = 0x6E870A
|
||||
gameboy3x_palette_3 = 0x9CBE0C
|
||||
gameboy3x_palette_grid = 0xA3C70D
|
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Light.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Light.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy3x_palette_0 = 0x00778D
|
||||
gameboy3x_palette_1 = 0x269BAD
|
||||
gameboy3x_palette_2 = 0x01B6D5
|
||||
gameboy3x_palette_3 = 0x01CBDF
|
||||
gameboy3x_palette_grid = 0x01D3E8
|
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Pocket.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy3x_Pocket.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy3x_palette_0 = 0x2A3325
|
||||
gameboy3x_palette_1 = 0x535f49
|
||||
gameboy3x_palette_2 = 0x86927C
|
||||
gameboy3x_palette_3 = 0xA7B19A
|
||||
gameboy3x_palette_grid = 0xADB8A0
|
11
Emu/FC/.retroarch/filters/video/Gameboy3x_TI-83.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy3x_TI-83.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy3x_palette_0 = 0x181810
|
||||
gameboy3x_palette_1 = 0x464A35
|
||||
gameboy3x_palette_2 = 0x727C5A
|
||||
gameboy3x_palette_3 = 0x9CA684
|
||||
gameboy3x_palette_grid = 0xA3AD8A
|
11
Emu/FC/.retroarch/filters/video/Gameboy4x_DMG.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy4x_DMG.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy4x_palette_0 = 0x00420C
|
||||
gameboy4x_palette_1 = 0x005121
|
||||
gameboy4x_palette_2 = 0x317400
|
||||
gameboy4x_palette_3 = 0x578200
|
||||
gameboy4x_palette_grid = 0x5C8A00
|
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Greenscale.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Greenscale.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy4x_palette_0 = 0x0C360C
|
||||
gameboy4x_palette_1 = 0x2C6234
|
||||
gameboy4x_palette_2 = 0x6E870A
|
||||
gameboy4x_palette_3 = 0x9CBE0C
|
||||
gameboy4x_palette_grid = 0xA3C70D
|
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Light.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Light.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy4x_palette_0 = 0x00778D
|
||||
gameboy4x_palette_1 = 0x269BAD
|
||||
gameboy4x_palette_2 = 0x01B6D5
|
||||
gameboy4x_palette_3 = 0x01CBDF
|
||||
gameboy4x_palette_grid = 0x01D3E8
|
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Pocket.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy4x_Pocket.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy4x_palette_0 = 0x2A3325
|
||||
gameboy4x_palette_1 = 0x535f49
|
||||
gameboy4x_palette_2 = 0x86927C
|
||||
gameboy4x_palette_3 = 0xA7B19A
|
||||
gameboy4x_palette_grid = 0xADB8A0
|
11
Emu/FC/.retroarch/filters/video/Gameboy4x_TI-83.filt
Normal file
11
Emu/FC/.retroarch/filters/video/Gameboy4x_TI-83.filt
Normal file
@ -0,0 +1,11 @@
|
||||
filter = gameboy4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
# 0 is darkest, 3 is lightest
|
||||
# Only works with 4 shade greyscale content
|
||||
|
||||
gameboy4x_palette_0 = 0x181810
|
||||
gameboy4x_palette_1 = 0x464A35
|
||||
gameboy4x_palette_2 = 0x727C5A
|
||||
gameboy4x_palette_3 = 0x9CA684
|
||||
gameboy4x_palette_grid = 0xA3AD8A
|
1
Emu/FC/.retroarch/filters/video/Grid2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Grid2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = grid2x
|
1
Emu/FC/.retroarch/filters/video/Grid3x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Grid3x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = grid3x
|
1
Emu/FC/.retroarch/filters/video/LQ2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/LQ2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = lq2x
|
1
Emu/FC/.retroarch/filters/video/NULL.filt
Normal file
1
Emu/FC/.retroarch/filters/video/NULL.filt
Normal file
@ -0,0 +1 @@
|
||||
|
1
Emu/FC/.retroarch/filters/video/Normal2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Normal2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = normal2x
|
1
Emu/FC/.retroarch/filters/video/Normal2x_Height.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Normal2x_Height.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = normal2x_height
|
1
Emu/FC/.retroarch/filters/video/Normal2x_Width.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Normal2x_Width.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = normal2x_width
|
1
Emu/FC/.retroarch/filters/video/Normal4x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Normal4x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = normal4x
|
1
Emu/FC/.retroarch/filters/video/Phosphor2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Phosphor2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = phosphor2x
|
@ -0,0 +1,7 @@
|
||||
filter = picoscale_256x_320x240
|
||||
|
||||
# Filter Type:
|
||||
# - snn: "smoothed" nearest neighbour
|
||||
# - bl2: 2-level-bilinear with 2 quantized weights
|
||||
# - bl4: 4-level-bilinear with 4 quantized weights
|
||||
picoscale_256x_320x240_filter_type = "bl2"
|
@ -0,0 +1,7 @@
|
||||
filter = picoscale_256x_320x240
|
||||
|
||||
# Filter Type:
|
||||
# - snn: "smoothed" nearest neighbour
|
||||
# - bl2: 2-level-bilinear with 2 quantized weights
|
||||
# - bl4: 4-level-bilinear with 4 quantized weights
|
||||
picoscale_256x_320x240_filter_type = "bl4"
|
@ -0,0 +1,7 @@
|
||||
filter = picoscale_256x_320x240
|
||||
|
||||
# Filter Type:
|
||||
# - snn: "smoothed" nearest neighbour
|
||||
# - bl2: 2-level-bilinear with 2 quantized weights
|
||||
# - bl4: 4-level-bilinear with 4 quantized weights
|
||||
picoscale_256x_320x240_filter_type = "snn"
|
1
Emu/FC/.retroarch/filters/video/Scale2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Scale2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = scale2x
|
1
Emu/FC/.retroarch/filters/video/Scanline2x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Scanline2x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = scanline2x
|
1
Emu/FC/.retroarch/filters/video/Super2xSaI.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Super2xSaI.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = super2xsai
|
1
Emu/FC/.retroarch/filters/video/SuperEagle.filt
Normal file
1
Emu/FC/.retroarch/filters/video/SuperEagle.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = supereagle
|
1
Emu/FC/.retroarch/filters/video/Upscale1.5x.filt
Normal file
1
Emu/FC/.retroarch/filters/video/Upscale1.5x.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = upscale_1_5x
|
@ -0,0 +1 @@
|
||||
filter = upscale_256x_320x240
|
BIN
Emu/FC/.retroarch/filters/video/blargg_ntsc_snes.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/blargg_ntsc_snes.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/darken.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/darken.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/dot_matrix_3x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/dot_matrix_3x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/dot_matrix_4x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/dot_matrix_4x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/epx.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/epx.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/gameboy3x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/gameboy3x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/gameboy4x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/gameboy4x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/grid2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/grid2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/grid3x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/grid3x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/lq2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/lq2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/normal2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/normal2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/normal2x_height.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/normal2x_height.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/normal2x_width.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/normal2x_width.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/normal4x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/normal4x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/phosphor2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/phosphor2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/picoscale_256x_320x240.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/picoscale_256x_320x240.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/scale2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/scale2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/scanline2x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/scanline2x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/super2xsai.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/super2xsai.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/supereagle.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/supereagle.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/upscale_1_5x.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/upscale_1_5x.dll
Normal file
Binary file not shown.
BIN
Emu/FC/.retroarch/filters/video/upscale_256x_320x240.dll
Normal file
BIN
Emu/FC/.retroarch/filters/video/upscale_256x_320x240.dll
Normal file
Binary file not shown.
7
Emu/GBA/.retroarch/config/gpSP/gpSP.opt
Normal file
7
Emu/GBA/.retroarch/config/gpSP/gpSP.opt
Normal file
@ -0,0 +1,7 @@
|
||||
gpsp_color_correction = "disabled"
|
||||
gpsp_drc = "enabled"
|
||||
gpsp_frame_mixing = "disabled"
|
||||
gpsp_frameskip = "disabled"
|
||||
gpsp_frameskip_interval = "1"
|
||||
gpsp_frameskip_threshold = "33"
|
||||
gpsp_save_method = "gpSP"
|
1
Emu/GBA/.retroarch/config/mGBA/mGBA.cfg
Normal file
1
Emu/GBA/.retroarch/config/mGBA/mGBA.cfg
Normal file
@ -0,0 +1 @@
|
||||
video_filter = "./.retroarch/filters/video/Grid2x.filt"
|
13
Emu/GBA/.retroarch/config/mGBA/mGBA.opt
Normal file
13
Emu/GBA/.retroarch/config/mGBA/mGBA.opt
Normal file
@ -0,0 +1,13 @@
|
||||
mgba_allow_opposing_directions = "no"
|
||||
mgba_color_correction = "OFF"
|
||||
mgba_force_gbp = "OFF"
|
||||
mgba_frameskip = "disabled"
|
||||
mgba_frameskip_interval = "0"
|
||||
mgba_frameskip_threshold = "33"
|
||||
mgba_gb_model = "Autodetect"
|
||||
mgba_idle_optimization = "Remove Known"
|
||||
mgba_interframe_blending = "OFF"
|
||||
mgba_sgb_borders = "ON"
|
||||
mgba_skip_bios = "OFF"
|
||||
mgba_solar_sensor_level = "0"
|
||||
mgba_use_bios = "ON"
|
1
Emu/GBA/.retroarch/filters/video/2xBR.filt
Normal file
1
Emu/GBA/.retroarch/filters/video/2xBR.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = 2xbr
|
1
Emu/GBA/.retroarch/filters/video/2xSaI.filt
Normal file
1
Emu/GBA/.retroarch/filters/video/2xSaI.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = 2xsai
|
BIN
Emu/GBA/.retroarch/filters/video/2xbr.dll
Normal file
BIN
Emu/GBA/.retroarch/filters/video/2xbr.dll
Normal file
Binary file not shown.
BIN
Emu/GBA/.retroarch/filters/video/2xsai.dll
Normal file
BIN
Emu/GBA/.retroarch/filters/video/2xsai.dll
Normal file
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
filter = blargg_ntsc_snes
|
||||
|
||||
blargg_ntsc_snes_tvtype = "composite"
|
@ -0,0 +1,47 @@
|
||||
filter = blargg_ntsc_snes
|
||||
|
||||
blargg_ntsc_snes_tvtype = "custom"
|
||||
|
||||
# tvtype presets for reference:
|
||||
# monochrome = 0,-1, 0, 0, .2, 0, .2,-.2,-.2,-1, 1, 1
|
||||
# composite = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
|
||||
# svideo = 0, 0, 0, 0, .2, 0, .2, -1, -1, 0, 1, 1
|
||||
# rgb = 0, 0, 0, 0, .2, 0, .7, -1, -1,-1, 1, 1
|
||||
|
||||
blargg_ntsc_snes_hue = 0.0
|
||||
# -1 = -180 degrees +1 = +180 degrees
|
||||
|
||||
blargg_ntsc_snes_saturation = 0.0
|
||||
# -1 = grayscale (0.0) +1 = oversaturated colors (2.0)
|
||||
|
||||
blargg_ntsc_snes_contrast = 0.0
|
||||
# -1 = dark (0.5) +1 = light (1.5)
|
||||
|
||||
blargg_ntsc_snes_brightness = 0.0
|
||||
# -1 = dark (0.5) +1 = light (1.5)
|
||||
|
||||
blargg_ntsc_snes_sharpness = 0.2
|
||||
# edge contrast enhancement/blurring
|
||||
|
||||
blargg_ntsc_snes_gamma = 0.0
|
||||
# -1 = dark (1.5) +1 = light (0.5)
|
||||
|
||||
blargg_ntsc_snes_resolution = 0.7
|
||||
# image resolution (composite 0 - svideo 0.2 - rgb 0.7)
|
||||
|
||||
blargg_ntsc_snes_artifacts = 0.0
|
||||
# artifacts caused by color changes (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_fringing = 0.0
|
||||
# color artifacts caused by brightness changes (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_bleed = 0.0
|
||||
# color bleed (color resolution reduction) (-1 is off)
|
||||
|
||||
blargg_ntsc_snes_merge_fields = 0.0
|
||||
# if 1, merges even and odd fields together to reduce flicker
|
||||
# if 0, alternate fields every frame
|
||||
|
||||
blargg_ntsc_snes_hires_blit = 0
|
||||
# do hires blitting when set to 1, assuming 512 width for any res >256 (made for SNES 512 mode)
|
||||
# set it to 0 for other resolutions such as 320 (even if a bit out of specs for this filter)
|
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "rf"
|
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "rgb"
|
@ -0,0 +1,2 @@
|
||||
filter = blargg_ntsc_snes
|
||||
blargg_ntsc_snes_tvtype = "svideo"
|
1
Emu/GBA/.retroarch/filters/video/Darken.filt
Normal file
1
Emu/GBA/.retroarch/filters/video/Darken.filt
Normal file
@ -0,0 +1 @@
|
||||
filter = darken
|
4
Emu/GBA/.retroarch/filters/video/Dot_Matrix_3x.filt
Normal file
4
Emu/GBA/.retroarch/filters/video/Dot_Matrix_3x.filt
Normal file
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xECF0EC
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x808080
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x5C8A00
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xA3C70D
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0x01D3E8
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xADB8A0
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_3x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_3x_grid_color = 0xA3AD8A
|
4
Emu/GBA/.retroarch/filters/video/Dot_Matrix_4x.filt
Normal file
4
Emu/GBA/.retroarch/filters/video/Dot_Matrix_4x.filt
Normal file
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xECF0EC
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x808080
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x5C8A00
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0xA3C70D
|
@ -0,0 +1,4 @@
|
||||
filter = dot_matrix_4x
|
||||
|
||||
# Colour format: 0xRRGGBB
|
||||
dot_matrix_4x_grid_color = 0x01D3E8
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user