Skip to content

Commit 14de815

Browse files
committed
More script fixes and match FPS/Ping opacity
1 parent 818c382 commit 14de815

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Distribution/flatpak/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ modules:
141141

142142
# Metadata file for Flatpak repos
143143
- type: file
144-
path: com.projectplusgame.project-plus-dolphin.metainfo.xml
144+
path: org.projectplusgame.project-plus-dolphin.metainfo.xml
145145

146146
# detects whether dolphin is running in a flatpak sandbox
147147
# and makes it use xdg directories if it is.
@@ -170,4 +170,4 @@ modules:
170170
- mv Launcher ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Wii/ # Move Launcher directory to correct location
171171
- mkdir -p ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures # Make directory for HD textures
172172
- mv "ModPack/Full Quality HD Textures" ${FLATPAK_DEST}/share/project-plus-dolphin/sys/Load/Textures/RSBE01/ # Move HD Textures from ModPack to correct location
173-
- install -Dm644 com.projectplusgame.project-plus-dolphin.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/ # Install metainfo file
173+
- install -Dm644 org.projectplusgame.project-plus-dolphin.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/ # Install metainfo file

Distribution/flatpak/com.projectplusgame.project-plus-dolphin.metainfo.xml renamed to Distribution/flatpak/org.projectplusgame.project-plus-dolphin.metainfo.xml

File renamed without changes.

Source/Core/VideoCommon/PerformanceMetrics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void PerformanceMetrics::DrawImGuiStats(const float backbuffer_scale)
106106
const bool movable_overlays = Config::Get(Config::GFX_MOVABLE_PERFORMANCE_METRICS);
107107
const int movable_flag = movable_overlays ? ImGuiWindowFlags_None : ImGuiWindowFlags_NoMove;
108108

109-
const float bg_alpha = 0.7f;
109+
const float bg_alpha = 1.0f;
110110
const auto imgui_flags = ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings |
111111
ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoNav | movable_flag |
112112
ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoFocusOnAppearing;

0 commit comments

Comments
 (0)