Logo
Explore Help
Sign In
WallyHackenslacker/Aerofoil
1
0
Fork 0
You've already forked Aerofoil
mirror of https://github.com/elasota/Aerofoil.git synced 2026-03-01 21:34:15 +00:00
Code Issues Projects Releases Wiki Activity
Files
553e343abe876d8e8e801b37f72ef1717c4de466
Aerofoil/PortabilityLayer/PLSysCalls.h

13 lines
213 B
C
Raw Normal View History

Add some initial widget functionality (prefs partly working)
2020-01-01 20:24:46 -05:00
#pragma once
Override alt-enter behavior, use borderless fullscreen instead of exclusive fullscreen. This should fix the game breaking when bringing up the open file dialog in fullscreen. (Note that this doesn't handle resolution changes yet)
2020-04-18 00:18:20 -04:00
#include "VirtualDirectory.h"
#include <stdint.h>
Add some initial widget functionality (prefs partly working)
2020-01-01 20:24:46 -05:00
namespace PLSysCalls
Override alt-enter behavior, use borderless fullscreen instead of exclusive fullscreen. This should fix the game breaking when bringing up the open file dialog in fullscreen. (Note that this doesn't handle resolution changes yet)
2020-04-18 00:18:20 -04:00
{
Add some initial widget functionality (prefs partly working)
2020-01-01 20:24:46 -05:00
void Sleep(uint32_t ticks);
Loading screen
2020-10-16 20:06:47 -04:00
void ForceSyncFrame();
Lots of Android fixes and stubs. Increase SDL log level on Android. Add GL context loss handling.
2020-10-20 23:43:02 -04:00
void RunOnVOSThread(void(*callback)(void *context), void *context);
Add some initial widget functionality (prefs partly working)
2020-01-01 20:24:46 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 1132ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API