mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 14:56:17 +00:00
e
This commit is contained in:
parent
d7f119d797
commit
d6893173dc
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ static void setupWindowIcon(const Config &conf, SDL_Window *win){
|
||||||
|
|
||||||
int main(int argc, char *argv[]){
|
int main(int argc, char *argv[]){
|
||||||
//I WANT FUCKING OPTIMIZE EVERYFING IN THIS BULLSHIT
|
//I WANT FUCKING OPTIMIZE EVERYFING IN THIS BULLSHIT
|
||||||
std::ios::sync_with_stdio(false);
|
//std::ios::sync_with_stdio(false); // fuck this
|
||||||
std::cin.tie(nullptr);
|
std::cin.tie(nullptr);
|
||||||
startTime = boost::chrono::high_resolution_clock::now();
|
startTime = boost::chrono::high_resolution_clock::now();
|
||||||
loadLanguageMetadata(); //there will be a segfault on fclose if I don't move it here
|
loadLanguageMetadata(); //there will be a segfault on fclose if I don't move it here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue