aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-01-23Merge pull request #2054 from bunnei/scope-context-refactorbunnei
2019-01-23frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-20Merge pull request #2025 from DarkLordZach/loader-banner-logobunnei
2019-01-19Merge pull request #2031 from lioncash/privbunnei
2019-01-18file_sys/directory: Remove unused DirectoryBackend classLioncash
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-07settings: Fix comment structureZach Hilman
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07time: Use custom RTC settings if applicable for gameZach Hilman
2019-01-07core: Set custom RTC differential on game bootZach Hilman
2019-01-07settings: Add custom RTC settingsZach Hilman
2019-01-07Merge pull request #1989 from lioncash/setbunnei
2019-01-05Merge pull request #1988 from lioncash/resbunnei
2019-01-04service/vi: Correct scaling mode conversionsLioncash
2019-01-04service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash
2019-01-04service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash
2019-01-04Merge pull request #1981 from ogniK5377/open-app-area-createbunnei
2019-01-04Merge pull request #1980 from ogniK5377/applet-msg-updatebunnei
2019-01-04service/vi: Correct reported dimensions from IApplicationDisplayService's Get...Lioncash
2019-01-04Removed pulse event typeDavid Marcec
2019-01-03Merge pull request #1975 from lioncash/vibunnei
2019-01-04Return no application area when games try to open an application areaDavid Marcec
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec
2019-01-03 Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs test...David Marcec
2019-01-02Merge pull request #1976 from lioncash/displaybunnei
2019-01-02service/vi: Implement SetDisplayEnabled()Lioncash
2019-01-02Merge pull request #1977 from lioncash/vi-logbunnei
2019-01-02service/vi: Log more information where applicableLioncash
2019-01-02service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash
2019-01-02service/vi: Correct initial width and height valuesLioncash
2019-01-02service/vi: Document unknown DisplayInfo struct membersLioncash
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-31Merge pull request #1966 from lioncash/backtracebunnei
2018-12-30kernel/svc: Correct misleading error message within CreateThread()Lioncash
2018-12-30kernel/svc: Sanitize core number and thread priorities in CreateThread()Lioncash
2018-12-30kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...Lioncash
2018-12-30kernel/svc: Simplify thread core ID sanitizing in CreateThreadLioncash
2018-12-30arm_interface: Make include path relative for arm_interface.hLioncash
2018-12-30arm_interface: Make LogBacktrace() a const member functionLioncash
2018-12-30arm_interface: Mark variables as const where applicable in LogBacktrace()Lioncash
2018-12-30arm_interface: Remove unnecessary semicolonLioncash
2018-12-30Merge pull request #1956 from lioncash/process-threadSebastian Valle
2018-12-29Merge pull request #1847 from ogniK5377/backtrace-breakbunnei
2018-12-29service/time: Minor cleanup to GetClockSnapshot()Lioncash