head 1.2; access; symbols pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2021.11.28.11.34.14; author nia; state dead; branches; next 1.1; commitid wtxVtzrOVQGxqyiD; 1.1 date 2021.05.04.14.19.17; author nia; state Exp; branches; next ; commitid mxbZvmaEmVnT1QRC; desc @@ 1.2 log @mgba: update to 0.9.2 0.9.2: (2021-07-10) Emulation fixes: - GB Video: Clear VRAM on reset (fixes mgba.io/i/2152) - GBA SIO: Add missing NORMAL8 implementation bits (fixes mgba.io/i/2172) - GBA SIO: Fix missing interrupt on an unattached NORMAL transfer - GBA Memory: Fix prefetch mask when swapping modes within a region - GBA Serialize: Fix loading audio enable bit late (fixes mgba.io/i/2230) - GBA Video: Revert scanline latching changes (fixes mgba.io/i/2153, mgba.io/i/2149) Other fixes: - ARM Debugger: Fix disassembly alignment (fixes mgba.io/i/2204) - Core: Fix memory leak in opening games from the library - Core: Fix memory searches for relative values (fixes mgba.io/i/2135) - Core: Fix portable mode on macOS - GB Audio: Fix audio channel 4 being slow to deserialize - GB Core: Fix GBC colors setting breaking default model overrides (fixes mgba.io/i/2161) - mGUI: Cache save state screenshot validity in state menu (fixes mgba.io/i/2005) - Qt: Fix eventual deadlock when using sync to video - Qt: Fix applying savetype-only overrides - Qt: Fix crash in sprite view for partially out-of-bounds sprites (fixes mgba.io/i/2165) - Qt: Fix having to press controller buttons twice for menu items (fixes mgba.io/i/2143) - Qt: Redo sensor binding to be less fragile - Qt: Reuse timer when rescheduling missing frames (fixes mgba.io/i/2236) - Qt: Fix bounded fast forward with enhancement OpenGL renderer - Util: Fix loading UPS patches that affect the last byte of the file Misc: - Util: Improve speed of UPS patch loading @ text @$NetBSD: patch-src_platform_qt_InputController.cpp,v 1.1 2021/05/04 14:19:17 nia Exp $ Fix building without Qt5Multimedia. --- src/platform/qt/InputController.cpp.orig 2021-04-19 04:47:22.000000000 +0000 +++ src/platform/qt/InputController.cpp @@@@ -94,7 +94,6 @@@@ InputController::InputController(int pla InputControllerImage* image = static_cast(context); image->w = w; image->h = h; - image->p->m_cameraActive = true; if (image->image.isNull()) { image->image.load(":/res/no-cam.png"); } @@@@ -103,6 +102,7 @@@@ InputController::InputController(int pla if (!camera.isNull()) { image->p->m_cameraDevice = camera; } + image->p->m_cameraActive = true; QMetaObject::invokeMethod(image->p, "setupCam"); #endif }; @ 1.1 log @mgba: add missing patch @ text @d1 1 a1 1 $NetBSD$ @