From dd80dee7db45e26e4754fb4f36dfee04cd1b042e Mon Sep 17 00:00:00 2001 From: MajorPainTheCactus Date: Sun, 16 Oct 2022 23:33:00 +0100 Subject: [PATCH 1/2] Added two new presets - one is what I regard a good default for HDR the other is for an emulation of GBA and the GBI on a CRT. --- hdr/crt-sony-megatron-default-hdr.slangp | 3 +++ hdr/crt-sony-megatron-gba-gbi-hdr.slangp | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 hdr/crt-sony-megatron-default-hdr.slangp create mode 100644 hdr/crt-sony-megatron-gba-gbi-hdr.slangp diff --git a/hdr/crt-sony-megatron-default-hdr.slangp b/hdr/crt-sony-megatron-default-hdr.slangp new file mode 100644 index 0000000..c46e506 --- /dev/null +++ b/hdr/crt-sony-megatron-default-hdr.slangp @@ -0,0 +1,3 @@ +#reference ":/shaders/shaders_slang/hdr/crt-sony-megatron-sammy-atomiswave-hdr.slangp" +hcrt_colour_accurate = "0.000000" +hcrt_crt_screen_type = "0.000000" diff --git a/hdr/crt-sony-megatron-gba-gbi-hdr.slangp b/hdr/crt-sony-megatron-gba-gbi-hdr.slangp new file mode 100644 index 0000000..8a28f53 --- /dev/null +++ b/hdr/crt-sony-megatron-gba-gbi-hdr.slangp @@ -0,0 +1,4 @@ +#reference "shaders_slang/hdr/crt-sony-megatron-sammy-atomiswave-hdr.slangp" +hcrt_colour_accurate = "0.000000" +hcrt_crt_screen_type = "0.000000" +hcrt_crt_resolution = "0.000000" From 04031e186b24e409ecae5015884798f5569b67f8 Mon Sep 17 00:00:00 2001 From: MajorPainTheCactus Date: Sun, 16 Oct 2022 23:39:02 +0100 Subject: [PATCH 2/2] cleaned up paths --- hdr/crt-sony-megatron-default-hdr.slangp | 2 +- hdr/crt-sony-megatron-gba-gbi-hdr.slangp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hdr/crt-sony-megatron-default-hdr.slangp b/hdr/crt-sony-megatron-default-hdr.slangp index c46e506..741d339 100644 --- a/hdr/crt-sony-megatron-default-hdr.slangp +++ b/hdr/crt-sony-megatron-default-hdr.slangp @@ -1,3 +1,3 @@ -#reference ":/shaders/shaders_slang/hdr/crt-sony-megatron-sammy-atomiswave-hdr.slangp" +#reference "crt-sony-megatron-sammy-atomiswave-hdr.slangp" hcrt_colour_accurate = "0.000000" hcrt_crt_screen_type = "0.000000" diff --git a/hdr/crt-sony-megatron-gba-gbi-hdr.slangp b/hdr/crt-sony-megatron-gba-gbi-hdr.slangp index 8a28f53..ca0cce4 100644 --- a/hdr/crt-sony-megatron-gba-gbi-hdr.slangp +++ b/hdr/crt-sony-megatron-gba-gbi-hdr.slangp @@ -1,4 +1,4 @@ -#reference "shaders_slang/hdr/crt-sony-megatron-sammy-atomiswave-hdr.slangp" +#reference "crt-sony-megatron-sammy-atomiswave-hdr.slangp" hcrt_colour_accurate = "0.000000" hcrt_crt_screen_type = "0.000000" hcrt_crt_resolution = "0.000000"