mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5336 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ba853e682c
commit
33a64d5db0
53 changed files with 1003 additions and 1649 deletions
|
@ -31,8 +31,8 @@ namespace EmuWindow
|
|||
HWND Create(HWND hParent, HINSTANCE hInstance, const TCHAR *title);
|
||||
void Show();
|
||||
void Close();
|
||||
void ToggleFullscreen(HWND hParent, bool bForceFull = false);
|
||||
void SetSize(int displayWidth, int displayHeight);
|
||||
void ToggleDisplayMode (int bFullscreen);
|
||||
}
|
||||
|
||||
#endif // _WIN32_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue