Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deReeperJosh committed Jan 30, 2025
1 parent 9bb6b32 commit cd19f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CemuConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ void CemuConfig::Save(XMLConfigParser& parser)
audio.set("TVChannels", tv_channels);
audio.set("PadChannels", pad_channels);
audio.set("InputChannels", input_channels);
audio.set("InputChannels", portal_channels);
audio.set("PortalChannels", portal_channels);
audio.set("TVVolume", tv_volume);
audio.set("PadVolume", pad_volume);
audio.set("InputVolume", input_volume);
Expand Down

0 comments on commit cd19f60

Please sign in to comment.