summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2018-10-28Android: Move profile check to when it is savingzackhow
2018-10-28Android: Speed up game settings savingzackhow
2018-10-28Android: Add game specific gc/wii controller settingszackhow
2018-10-28Merge pull request #7501 from Techjar/class-memaccess-cleanupPierre Bourdon
2018-10-28Merge pull request #7443 from zackhow/device-rumblePierre Bourdon
2018-10-28Merge pull request #7515 from JosJuice/wcsftimePierre Bourdon
2018-10-28Merge pull request #7520 from mahdihijazi/app_bundlesPierre Bourdon
2018-10-28Merge pull request #7445 from Techjar/improve-sfmlhelperPierre Bourdon
2018-10-28Merge pull request #7518 from weihuoya/remove-animationPierre Bourdon
2018-10-28Merge pull request #7526 from Tilka/mo_loggingPierre Bourdon
2018-10-28Merge pull request #7497 from stenzek/lazy-initializePierre Bourdon
2018-10-28Merge pull request #7499 from JosJuice/purge-game-list-cachePierre Bourdon
2018-10-28DolphinQt: reduce warnings about MO filesTillmann Karras
2018-10-28Vulkan: Add missing increment of draw call countStenzek
2018-10-28Merge pull request #7517 from delroth/analytics-perfPierre Bourdon
2018-10-27Android: Add controller rumble supportzackhow
2018-10-27RenderBase: send performance sample at every end of framePierre Bourdon
2018-10-27Core/Analytics: add support for performance samplingPierre Bourdon
2018-10-27Common/Analytics: add basic support for vector serializationPierre Bourdon
2018-10-27Android: Don't create a savestate when rotatingJosJuice
2018-10-27Android: Change the file browser dialog ok button titlemahdihijazi
2018-10-27SystemTimers: export performance index from the throttler callbackPierre Bourdon
2018-10-27android: remove enter and exit transitionweihuoya
2018-10-26Use wcsftime instead of strftime on Windows to fix encoding errorsJosJuice
2018-10-25Merge pull request #7514 from zackhow/no-rumblePierre Bourdon
2018-10-25Android: Don't require vibrate permissionzackhow
2018-10-25DolphinQt: Implement "Purge Game List Cache"JosJuice
2018-10-24Merge pull request #7508 from zackhow/lock-landscapeMat M
2018-10-24Android: lock screen to landscape by defaultzackhow
2018-10-24Merge pull request #7504 from JosJuice/game-id-partition-noneMat M
2018-10-25ThrottleCallback: use microseconds to represent realtimePierre Bourdon
2018-10-24Core: Fix display being passed as surface to ControllerInterfaceStenzek
2018-10-24CMake: Fix DolphinNoGUI buildStenzek
2018-10-20GLContext: Try GL versions 3.2-4.6 when getting a contextStenzek
2018-10-20CMake: Make X11 and EGL optionalStenzek
2018-10-20GLContext: Runtime selection of EGL/GLX on LinuxStenzek
2018-10-20GLContext: Use destructor instead of Shutdown() to cleanupStenzek
2018-10-20GLContext: Combine shared context initialization and creationStenzek
2018-10-20GLContext: Remove global context pointerStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20GLContext: Use host connectionStenzek
2018-10-20Renderer: Pull dimensions from GLInterface/SwapchainStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek
2018-10-20GLInterface: Drop Haiku supportStenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2018-10-19Merge pull request #7505 from JosJuice/korean-country-codeMat M
2018-10-19DiscIO: Restore the Korean case in CountryCodeToCountryJosJuice
2018-10-16Fix issue 11422 (inconsistent game ID for some hacked games)JosJuice
2018-10-15Merge pull request #7503 from MerryMage/signed_comparisonTilka