mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Removed "Boot game and start" entry
There is already a setting on the menu (Settings > HLE > Always start after boot) to do that. Make it active by default since disabling it is only useful for debugging purposes.
This commit is contained in:
parent
abbd3ae239
commit
602c436e1c
6 changed files with 700 additions and 737 deletions
|
|
@ -353,7 +353,7 @@ std::string GLVertexDecompilerThread::BuildCode()
|
|||
{ "tc6", true, "dst_reg13", "", false },
|
||||
{ "tc7", true, "dst_reg14", "", false },
|
||||
{ "tc8", true, "dst_reg15", "", false },
|
||||
{ "tc9", true, "dst_reg6", "", false }
|
||||
{ "tc9", true, "dst_reg6", "", false } // In this line, dst_reg6 is correct since dst_reg goes from 0 to 15.
|
||||
};
|
||||
|
||||
std::string f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue