mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
ksbsksj
This commit is contained in:
parent
278f016684
commit
3fc7e4f355
3 changed files with 2 additions and 4 deletions
|
|
@ -16,3 +16,5 @@ Exec=$install_path/oneshot
|
|||
Icon=$install_path/icon.png
|
||||
Categories=Game;
|
||||
""" > $HOME/.local/share/applications/sunshine.desktop
|
||||
|
||||
echo "Done!"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ cd `dirname $0`
|
|||
|
||||
# User-configurable variables.
|
||||
linux_version="0.1.0"
|
||||
make_threads=8
|
||||
oneshot_id=420530
|
||||
STEAMWORKS_PATH=$(realpath ..)/steamworks
|
||||
|
||||
|
|
|
|||
|
|
@ -113,8 +113,6 @@ int rgssThreadFun(void *userdata){
|
|||
|
||||
bool vsync = conf.vsync || conf.syncToRefreshrate;
|
||||
SDL_GL_SetSwapInterval(vsync ? 1 : 0);
|
||||
if (vsync)
|
||||
SDL_SetHint(SDL_HINT_RENDER_VSYNC, "1");
|
||||
|
||||
#ifndef NDEBUG
|
||||
GLDebugLogger dLogger;
|
||||
|
|
@ -228,7 +226,6 @@ int main(int argc, char *argv[]){
|
|||
SDL_SetHint(SDL_HINT_VIDEO_X11_ENABLE_XSYNC_EXT, "1");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* initialize SDL first */
|
||||
if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK | SDL_INIT_GAMEPAD) == false){
|
||||
|
|
|
|||
Loading…
Reference in a new issue