diff --git a/pcsx2-gsrunner/test_check_dumps.py b/pcsx2-gsrunner/test_check_dumps.py index e00407ab11..189305c399 100644 --- a/pcsx2-gsrunner/test_check_dumps.py +++ b/pcsx2-gsrunner/test_check_dumps.py @@ -184,7 +184,7 @@ if __name__ == "__main__": args = parser.parse_args() MAX_DIFF_FRAMES = args.maxframes - outfile = open(args.outfile, "w") + outfile = open(args.outfile, "w", encoding="utf-8") write(FILE_HEADER) if not check_regression_tests(os.path.realpath(args.baselinedir), os.path.realpath(args.testdir)):