summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...Gravatar Lioncash2019-01-291-19/+14
| * | hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Gravatar Lioncash2019-01-291-9/+6
| * | hwopus: Mark local variables as const where applicableGravatar Lioncash2019-01-291-8/+16
| * | hwopus: Fill in the rest of the unknown service function namesGravatar Lioncash2019-01-291-9/+11
* | | kernel: Remove the Timer classGravatar Lioncash2019-01-317-229/+0
* | | Merge pull request #2072 from lioncash/serviceGravatar bunnei2019-01-3112-153/+281
|\ \ \
| * | | service/ns: Update function tablesGravatar Lioncash2019-01-291-14/+20
| * | | service/ncm: Update function tablesGravatar Lioncash2019-01-291-4/+4
| * | | service/audio: Update function tablesGravatar Lioncash2019-01-294-8/+23
| * | | service/am/applet_ae: Update function tablesGravatar Lioncash2019-01-291-1/+2
| * | | service/fsp-srv: Update function tablesGravatar Lioncash2019-01-292-17/+25
| * | | service/btm: Update function tablesGravatar Lioncash2019-01-291-55/+97
| * | | service/btdrv: Update function tablesGravatar Lioncash2019-01-291-46/+101
| * | | service/psc: Update function tablesGravatar Lioncash2019-01-291-8/+9
* | | | Merge pull request #2077 from lioncash/virtGravatar bunnei2019-01-315-15/+3
|\ \ \ \
| * | | | kernel/wait_object: Devirtualize functions related to manipulating the thread...Gravatar Lioncash2019-01-301-3/+3
| * | | | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideGravatar Lioncash2019-01-302-6/+0
| * | | | kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() overrideGravatar Lioncash2019-01-302-6/+0
| | |/ / | |/| |
* | | | service/nvflinger: Make FindBufferQueueId() a const member functionGravatar Lioncash2019-01-302-2/+26
* | | | service/nvflinger: Rename Get prefix on function to FindGravatar Lioncash2019-01-303-23/+23
|/ / /
* | | nvflinger: Add the Null displayGravatar Lioncash2019-01-291-1/+2
* | | nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...Gravatar Lioncash2019-01-291-1/+1
* | | nvflinger: Remove unnecessary header inclusionsGravatar Lioncash2019-01-291-2/+0
* | | nvflinger: Mark locals const where applicableGravatar Lioncash2019-01-291-11/+11
* | | nvflinger: Use a std::array for the available displays instead of std::vectorGravatar Lioncash2019-01-292-7/+7
|/ /
* | hle/ipc_helpers: Fix clang-format warningsGravatar Lioncash2019-01-291-1/+0
* | hle/ipc_helpers: Allow pushing signed valuesGravatar Lioncash2019-01-291-0/+22
* | service/pm: Implement SetMaintenanceBoot()Gravatar Lioncash2019-01-281-1/+10
* | service/pm: Tidy up functionality related to SystemBootModeGravatar Lioncash2019-01-282-2/+9
* | service/vi: Remove stubbed notifier from SetLayerVisibilityGravatar Lioncash2019-01-281-2/+3
* | kernel/svc: Log out uncaught C++ exceptions from svcBreakGravatar Lioncash2019-01-261-0/+4
* | Merge pull request #2054 from bunnei/scope-context-refactorGravatar bunnei2019-01-233-0/+43
|\ \
| * | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.Gravatar bunnei2019-01-233-0/+43
| |/
* / citra_qt: Log settings on launchGravatar zhupengfei2019-01-222-0/+30
|/
* Merge pull request #2025 from DarkLordZach/loader-banner-logoGravatar bunnei2019-01-2011-0/+77
|\
| * loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman2019-01-159-0/+61
| * content_archive: Add getter for logo section of NCAGravatar Zach Hilman2019-01-152-0/+16
* | Merge pull request #2031 from lioncash/privGravatar bunnei2019-01-195-18/+29
|\ \
| * | core/frontend/applets/web_browser: Include missing headersGravatar Lioncash2019-01-171-2/+8
| * | core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-175-16/+21
| |/
* / file_sys/directory: Remove unused DirectoryBackend classGravatar Lioncash2019-01-181-23/+0
|/
* Merge pull request #1959 from DarkLordZach/custom-rtcGravatar bunnei2019-01-103-7/+21
|\
| * settings: Fix comment structureGravatar Zach Hilman2019-01-071-4/+5
| * settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-073-11/+10
| * time: Use custom RTC settings if applicable for gameGravatar Zach Hilman2019-01-071-6/+10
| * core: Set custom RTC differential on game bootGravatar Zach Hilman2019-01-071-0/+7
| * settings: Add custom RTC settingsGravatar Zach Hilman2019-01-071-0/+3
* | Merge pull request #1939 from DarkLordZach/web-appletGravatar bunnei2019-01-1020-586/+1012
|\ \ | |/ |/|
| * travis: Use correct package for linux Qt5WebEngineGravatar Zach Hilman2018-12-282-3/+2
| * web_browser: Add bounds checking to applet interfaceGravatar Zach Hilman2018-12-287-134/+139