From e0ac91ca5b1405ee3f6874b4c31fcc667effab97 Mon Sep 17 00:00:00 2001 From: AmbientMalice Date: Sun, 17 Jan 2016 19:04:20 +1000 Subject: [PATCH 1/5] Fix Nintama Rantarou 64 missing graphics. Game doesn't like framebuffer enabled for whatever reason. Similar problem to Harvest Moon? --- Config/Glide64.rdb | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/Glide64.rdb b/Config/Glide64.rdb index b2eb8bca0..888176ec5 100644 --- a/Config/Glide64.rdb +++ b/Config/Glide64.rdb @@ -2250,6 +2250,7 @@ wrap_big_tex=1 Good Name=Nintama Rantarou 64 Game Gallery (J) Internal Name=NINTAMAGAMEGALLERY64 depthmode=0 +fb_smart=0 force_microcheck=1 [8A97A197-272DF6C1-C:50] From 87a3d4584bce2d5a86146c29119b7fb7d0caaa38 Mon Sep 17 00:00:00 2001 From: AmbientMalice Date: Sun, 17 Jan 2016 22:14:15 +1000 Subject: [PATCH 2/5] Fix Castlevania: LoD missing dissolves. --- Config/Glide64.rdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/Glide64.rdb b/Config/Glide64.rdb index b2eb8bca0..43d112348 100644 --- a/Config/Glide64.rdb +++ b/Config/Glide64.rdb @@ -633,12 +633,14 @@ Good Name=Castlevania - Legacy of Darkness (E) (M3) Internal Name=CASTLEVANIA2 depthmode=0 fb_clear=1 +old_style_adither=1 [1CC06338-87388926-C:45] Good Name=Castlevania - Legacy of Darkness (U) Internal Name=CASTLEVANIA2 depthmode=0 fb_clear=1 +old_style_adither=1 [DCCF2134-9DD63578-C:50] Good Name=Centre Court Tennis (E) From 9aa32f9ba71211c9c3618a066240abc2b5305efc Mon Sep 17 00:00:00 2001 From: AmbientMalice Date: Sun, 17 Jan 2016 22:18:27 +1000 Subject: [PATCH 3/5] Japanese Castlevanias were missing dither hack. --- Config/Glide64.rdb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config/Glide64.rdb b/Config/Glide64.rdb index 43d112348..a98c59b12 100644 --- a/Config/Glide64.rdb +++ b/Config/Glide64.rdb @@ -263,12 +263,14 @@ Good Name=Akumajou Dracula Mokushiroku - Real Action Adventure (J) Internal Name=DRACULA MOKUSHIROKU depthmode=0 fb_clear=1 +old_style_adither=1 [A5533106-B9F25E5B-C:4A] Good Name=Akumajou Dracula Mokushiroku Gaiden - Legend of Cornell (J) Internal Name=DRACULA MOKUSHIROKU2 depthmode=0 fb_clear=1 +old_style_adither=1 [D9EDD54D-6BB8E274-C:50] Good Name=All-Star Baseball '99 (E) From cf80a16ac841d8c608c26b0d7235dcfabf2a87c0 Mon Sep 17 00:00:00 2001 From: AmbientMalice Date: Sun, 17 Jan 2016 22:32:53 +1000 Subject: [PATCH 4/5] Disable texture filtering hotkey. IMO, it causes too much trouble from accidental presses. --- Source/Glide64/Main.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 5a0541bf9..87a4cb670 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -2038,14 +2038,14 @@ void newSwapBuffers() } } //hotkeys - if (CheckKeyPressed(G64_VK_BACK, 0x0001)) - { - hotkey_info.hk_filtering = 100; - if (settings.filtering < 2) - settings.filtering++; - else - settings.filtering = 0; - } + //if (CheckKeyPressed(G64_VK_BACK, 0x0001)) + //{ + //hotkey_info.hk_filtering = 100; + //if (settings.filtering < 2) + //settings.filtering++; + //else + //settings.filtering = 0; + //} if ((abs((int)(frame_count - curframe)) > 3 ) && CheckKeyPressed(G64_VK_ALT, 0x8000)) //alt + { if (CheckKeyPressed(G64_VK_B, 0x8000)) //b From 6dc9907cb6e1e001fcd8ac1ea5bd6d8c4183949d Mon Sep 17 00:00:00 2001 From: AmbientMalice Date: Sun, 17 Jan 2016 22:42:31 +1000 Subject: [PATCH 5/5] Change Mario 64 filtering to automatic. --- Config/Glide64.rdb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Config/Glide64.rdb b/Config/Glide64.rdb index b2eb8bca0..ea43b341c 100644 --- a/Config/Glide64.rdb +++ b/Config/Glide64.rdb @@ -3162,7 +3162,7 @@ Good Name=Super Mario 64 (E) (M3) Internal Name=SUPER MARIO 64 depth_bias=32 depthmode=1 -filtering=1 +filtering=0 lodmode=1 [4EAA3D0E-74757C24-C:4A] @@ -3170,7 +3170,7 @@ Good Name=Super Mario 64 (J) Internal Name=SUPER MARIO 64 depth_bias=32 depthmode=1 -filtering=1 +filtering=0 lodmode=1 [635A2BFF-8B022326-C:45] @@ -3178,7 +3178,7 @@ Good Name=Super Mario 64 (U) Internal Name=SUPER MARIO 64 depth_bias=32 depthmode=1 -filtering=1 +filtering=0 lodmode=1 [D6FBA4A8-6326AA2C-C:4A] @@ -3186,7 +3186,7 @@ Good Name=Super Mario 64 - Shindou Edition (J) Internal Name=SUPERMARIO64 depth_bias=32 depthmode=1 -filtering=1 +filtering=0 lodmode=1 [66572080-28E348E1-C:4A]