summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #2033 from ReinUsesLisp/fixup-clip-warningGravatar bunnei2019-01-191-1/+1
|\ \ \ \ \ \
| * | | | | | gl_rasterizer: Silent unsafe mix warningGravatar ReinUsesLisp2019-01-181-1/+1
| |/ / / / /
* | | | | | Merge pull request #2036 from lioncash/unused-classGravatar bunnei2019-01-191-23/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | file_sys/directory: Remove unused DirectoryBackend classGravatar Lioncash2019-01-181-23/+0
|/ / / / /
* | | | | Merge pull request #2020 from otaviopace/remove-spacesGravatar Hexagon122019-01-141-2/+2
|\ \ \ \ \
| * | | | | audio_core: remove unnecessary spaces on commentsGravatar Otávio Pace2019-01-141-2/+2
|/ / / / /
* | | | | Merge pull request #1848 from FreddyFunk/QJsonArrayGravatar bunnei2019-01-121-2/+2
|\ \ \ \ \
| * | | | | game_list: Remove a reference of a referenceGravatar Frederic Laing2018-12-031-2/+2
* | | | | | Merge pull request #1959 from DarkLordZach/custom-rtcGravatar bunnei2019-01-108-39/+120
|\ \ \ \ \ \
| * | | | | | settings: Fix comment structureGravatar Zach Hilman2019-01-072-5/+7
| * | | | | | settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-076-17/+21
| * | | | | | time: Use custom RTC settings if applicable for gameGravatar Zach Hilman2019-01-072-8/+12
| * | | | | | core: Set custom RTC differential on game bootGravatar Zach Hilman2019-01-071-0/+7
| * | | | | | qt: Provide UI to edit custom RTC settingsGravatar Zach Hilman2019-01-072-28/+66
| * | | | | | settings: Add custom RTC settingsGravatar Zach Hilman2019-01-074-4/+30
* | | | | | | Merge pull request #1939 from DarkLordZach/web-appletGravatar bunnei2019-01-1030-591/+1381
|\ \ \ \ \ \ \
| * | | | | | | build: Copy web engine resources to correct locationGravatar Zach Hilman2019-01-051-2/+1
| * | | | | | | build: Copy QtWebEngineProcess[d].exe to release dir on windowsGravatar Zach Hilman2019-01-041-0/+1
| * | | | | | | Update Qt MSVC external to 5.12.0Gravatar Zach Hilman2018-12-312-2/+2
| * | | | | | | travis: Use correct package for linux Qt5WebEngineGravatar Zach Hilman2018-12-284-5/+4
| * | | | | | | web_browser: Add bounds checking to applet interfaceGravatar Zach Hilman2018-12-2810-146/+160
| * | | | | | | cmake: Add USE_QT_WEB_ENGINE flag and update build systemGravatar Zach Hilman2018-12-285-4/+37
| * | | | | | | main: Add main window integrations for QtWebBrowserAppletGravatar Zach Hilman2018-12-283-0/+168
| * | | | | | | qt: Implement Qt frontend to web browserGravatar Zach Hilman2018-12-282-0/+154
| * | | | | | | core: Add getter and setter for WebBrowserApplet frontendGravatar Zach Hilman2018-12-284-2/+22
| * | | | | | | frontend: Add frontend responder for web browserGravatar Zach Hilman2018-12-282-0/+52
| * | | | | | | applets: Implement LibAppletOff (Web) appletGravatar Zach Hilman2018-12-284-0/+234
| * | | | | | | loader: Add accessor for Manual RomFSGravatar Zach Hilman2018-12-285-0/+30
| * | | | | | | hid: Make Hid service accessible and add GetPressStateGravatar Zach Hilman2018-12-284-459/+540
| * | | | | | | romfs: Add SingleDiscard extraction typeGravatar Zach Hilman2018-12-282-2/+6
| * | | | | | | am: Add size parameter to am:IStorage loggingGravatar Zach Hilman2018-12-281-4/+4
* | | | | | | | Merge pull request #2010 from ReinUsesLisp/gmemGravatar bunnei2019-01-085-3/+96
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | gl_global_cache: Add dummy global cache managerGravatar ReinUsesLisp2019-01-085-3/+96
|/ / / / / / /
* | | | | | | Merge pull request #1999 from ReinUsesLisp/dirty-shaderGravatar bunnei2019-01-075-2/+23
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | gl_shader_cache: Use dirty flags for shadersGravatar ReinUsesLisp2019-01-075-2/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1989 from lioncash/setGravatar bunnei2019-01-071-39/+58
|\ \ \ \ \ \
| * | | | | | service/vi: Correct scaling mode conversionsGravatar Lioncash2019-01-041-15/+13
| * | | | | | service/vi: Factor out scaling mode conversions from the IPC function itselfGravatar Lioncash2019-01-041-17/+21
| * | | | | | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Gravatar Lioncash2019-01-041-21/+38
* | | | | | | Merge pull request #1992 from DarkLordZach/move-profile-manager-uiGravatar bunnei2019-01-079-427/+565
|\ \ \ \ \ \ \
| * | | | | | | qt: Move profile manager to own UI tabGravatar Zach Hilman2019-01-049-427/+565
| |/ / / / / /
* | | | | | | Merge pull request #1990 from ReinUsesLisp/copy-surface-stream-copyGravatar bunnei2019-01-071-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gl_rasterizer_cache: Use GL_STREAM_COPY for PBOsGravatar ReinUsesLisp2019-01-051-1/+1
* | | | | | | Merge pull request #1988 from lioncash/resGravatar bunnei2019-01-051-12/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | service/vi: Correct reported dimensions from IApplicationDisplayService's Get...Gravatar Lioncash2019-01-041-12/+8
| |/ / / / /
* | | | | | Merge pull request #1981 from ogniK5377/open-app-area-createGravatar bunnei2019-01-041-4/+4
|\ \ \ \ \ \
| * | | | | | Return no application area when games try to open an application areaGravatar David Marcec2019-01-041-4/+4
* | | | | | | Merge pull request #1980 from ogniK5377/applet-msg-updateGravatar bunnei2019-01-041-1/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Proper no message handling for AM::PopMessageGravatar David Marcec2019-01-041-1/+10
| |/ / / / /
* | | | | | Merge pull request #1984 from ogniK5377/remove-pulseGravatar Mat M2019-01-044-9/+0
|\ \ \ \ \ \