Skip to content

Commit

Permalink
Fix Ryujinx config breaking apart.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLastBreath committed Nov 30, 2023
1 parent 6e0e05e commit e70a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ def Create_Mod_Patch(mode=None):
# Ryujinx setting.
if self.mode == "Ryujinx":
try:
write_ryujinx_config(self.ryujinx_config, "res_scale", current_res)
write_ryujinx_config(self.ryujinx_config, "res_scale", int(current_res))
except Exception as e:
log.error("Ryujinx config_file not found, operation will continue without resolution cahnges.")

Expand Down

0 comments on commit e70a230

Please sign in to comment.