Quote:
Originally Posted by pakrat2k2
just like resident evil its missing the get locale code ( peterf1999 posted this in another topic ) I'll just paste it here so yener may update his script to include this bit of code ( BOLD needs to be changed for Street Fighter of course.
Code:
[Registry]
Root: HKLM; Subkey: SOFTWARE\Capcom\RERC; ValueName: locale; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey
function GetLocales(Param: string): string;
begin
case GetUILanguage and $3FF of
$10: Result:='1040';
$09: Result:='1033';
$0A: Result:='1034';
$07: Result:='1031';
$0C: Result:='1036';
$15: Result:='1045';
$19: Result:='1049';
$13: Result:='1043';
else Result:='1033';
end;
end;
|
Maybe it's just a small fix, maybe after yener90 finish your current projects, he look at that, but we have to thank him for all he has done and is doing, thanks yener90.