Merge pull request #2518 from ReinUsesLisp/sdl2-window

yuzu_cmd: Split emu_window OpenGL implementation into its own file
This commit is contained in:
bunnei 2019-05-29 11:01:12 -04:00 committed by GitHub
commit 665b7e8e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 216 additions and 186 deletions

View file

@ -169,8 +169,7 @@ private:
* For the request to be honored, EmuWindow implementations will usually reimplement this
* function.
*/
virtual void OnMinimalClientAreaChangeRequest(
const std::pair<unsigned, unsigned>& minimal_size) {
virtual void OnMinimalClientAreaChangeRequest(std::pair<unsigned, unsigned>) {
// By default, ignore this request and do nothing.
}