mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Merge branch 'master' into macos-mojave-fixes
This commit is contained in:
commit
49e37cec7e
2 changed files with 7 additions and 1 deletions
|
|
@ -43,6 +43,12 @@ conan remote add gooborg "https://api.bintray.com/conan/gooborgstudios/conan"
|
||||||
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
|
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Windows, you may need to edit `C:\Users\[username]\.conan\profiles\default` and add the following line in `[settings]` ("v141" is the current toolset version at the time of this writing):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
compiler.toolset=v141
|
||||||
|
```
|
||||||
|
|
||||||
Next, you can install all the required packages:
|
Next, you can install all the required packages:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -376,7 +376,7 @@ int main(int argc, char *argv[])
|
||||||
SDL_WaitThread(rgssThread, 0);
|
SDL_WaitThread(rgssThread, 0);
|
||||||
else
|
else
|
||||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, conf.windowTitle.c_str(),
|
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, conf.windowTitle.c_str(),
|
||||||
"The RGSS script seems to be stuck and mkxp will now force quit", win);
|
"The RGSS script seems to be stuck and OneShot will now force quit", win);
|
||||||
|
|
||||||
if (!rtData.rgssErrorMsg.empty())
|
if (!rtData.rgssErrorMsg.empty())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue