mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Fix code relying on initialization order
Allows Debug - LLVM to boot
This commit is contained in:
parent
aeebcfe141
commit
9f678cc47a
9 changed files with 25 additions and 17 deletions
|
@ -221,7 +221,7 @@ int main(int argc, char** argv)
|
|||
const bool use_cli_style = find_arg(arg_style, argc, argv) || find_arg(arg_stylesheet, argc, argv);
|
||||
|
||||
QScopedPointer<QCoreApplication> app(createApplication(argc, argv));
|
||||
app->setApplicationVersion(qstr(rpcs3::version.to_string()));
|
||||
app->setApplicationVersion(qstr(rpcs3::get_version().to_string()));
|
||||
app->setApplicationName("RPCS3");
|
||||
|
||||
// Command line args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue