Skip to content

Commit 0e4a56c

Browse files
Merge pull request #737 from burner131103/patch-1
Fix typo in memcard_manager.cc:97
2 parents 3bed886 + 3abe8f6 commit 0e4a56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/widgets/memcard_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bool PCSX::Widgets::MemcardManager::draw(const char* title) {
9494

9595
ImGui::SliderInt("Icon size", &m_iconSize, 16, 512);
9696
ImGui::SameLine();
97-
if (ImGui::Checkbox("Draw Pockestation icons", &m_drawPocketstationIcons)) {
97+
if (ImGui::Checkbox("Draw Pocketstation icons", &m_drawPocketstationIcons)) {
9898
glDeleteTextures(15, m_iconTextures); // Recreate our textures to fit our new format
9999
initTextures();
100100
}

0 commit comments

Comments
 (0)