summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-083-0/+10
|\
| * Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-073-0/+10
* | Merge pull request #1718 from alex-laties/fixup-type-conversionsGravatar bunnei2016-05-075-29/+29
|\ \
| * | fixup simple type conversions where possibleGravatar Alexander Laties2016-05-075-29/+29
* | | Merge pull request #1761 from Subv/applets_fbGravatar bunnei2016-05-075-23/+44
|\ \ \ | |/ / |/| |
| * | HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Gravatar Subv2016-05-075-23/+44
* | | fix:return proper errorGravatar wwylele2016-05-061-2/+3
* | | Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-054-8/+21
|\ \ \
| * | | HLE: Rename RescheduleIsPending to IsReschedulePending.Gravatar bunnei2016-05-053-3/+3
| * | | hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-214-8/+21
* | | | Merge pull request #1700 from wwylele/gamelist-iconGravatar bunnei2016-05-056-23/+149
|\ \ \ \
| * | | | add icon & title to game listGravatar wwylele2016-05-046-23/+149
* | | | | Layout Mii parameters input/output, and return success as result of applet workGravatar mailwl2016-05-052-0/+49
| |_|/ / |/| | |
* | | | Merge pull request #1732 from wwylele/config00170000Gravatar bunnei2016-05-022-13/+4
|\ \ \ \
| * | | | remove duplicated function declarationGravatar wwylele2016-05-011-13/+0
| * | | | add config block 0x00170000Gravatar wwylele2016-04-291-0/+4
| |/ / /
* | | | VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-304-2/+4
* | | | LCD: Remove unneeded #undef with no matching #define.Gravatar Emmanuel Gil Peyrot2016-04-301-2/+0
* | | | Merge pull request #1729 from MerryMage/null-sinkGravatar bunnei2016-04-302-0/+8
|\ \ \ \
| * | | | Audio: Add sink selection to configuration filesGravatar MerryMage2016-04-302-0/+8
| |/ / /
* | | | Merge pull request #1650 from JamePeng/update-the-ndm-codeGravatar bunnei2016-04-303-27/+420
|\ \ \ \
| * | | | Update the stub code of NDM service!Gravatar JamePeng2016-04-213-27/+420
* | | | | Merge pull request #1647 from mailwl/acu-closeasyncGravatar bunnei2016-04-302-1/+29
|\ \ \ \ \
| * | | | | ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)Gravatar mailwl2016-04-212-1/+29
| |/ / / /
* | | | | Merge pull request #1699 from mailwl/gpu-rightsGravatar bunnei2016-04-291-2/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | return checks if event and memory createdGravatar mailwl2016-04-231-1/+8
| * | | | gsp::Gpu: implement AcquireRight, ReleaseRight functionsGravatar mailwl2016-04-221-8/+37
* | | | | Common: Remove section measurement from profiler (#1731)Gravatar Yuri Kunde Schlesner2016-04-293-12/+0
* | | | | Merge pull request #1708 from MerryMage/dsp_dspGravatar bunnei2016-04-273-59/+152
|\ \ \ \ \
| * | | | | DSP_DSP: Fix log format strings and argumentsGravatar MerryMage2016-04-271-12/+20
| * | | | | DSP_DSP: Add return IPC headersGravatar MerryMage2016-04-272-4/+27
| * | | | | DSP_DSP: Updated interrupt implementationGravatar MerryMage2016-04-272-42/+106
| * | | | | DSP_DSP: Remove unused variableGravatar MerryMage2016-04-241-2/+0
* | | | | | y2r_u: Cleanup some formatting.Gravatar bunnei2016-04-261-52/+89
* | | | | | Merge pull request #1447 from JamePeng/update-y2r-serviceGravatar bunnei2016-04-262-32/+357
|\ \ \ \ \ \
| * | | | | | Update the code of service y2r!Gravatar JamePeng2016-04-202-32/+357
| | |_|/ / / | |/| | | |
* | | | | | am: title_id is long long uintGravatar Sam Spilsbury2016-04-241-1/+1
| |/ / / / |/| | | |
* | | | | ncch: Use correct format specifier (for long long uint)Gravatar Sam Spilsbury2016-04-231-1/+1
* | | | | fs: Fix what appears to be a typo (filename_size / file_size)Gravatar Sam Spilsbury2016-04-231-1/+1
* | | | | gdbstub: Don't check if unsigned int is > 0Gravatar Sam Spilsbury2016-04-231-2/+2
| |/ / / |/| | |
* | | | HWRasterizer: Texture forwardingGravatar tfarley2016-04-217-181/+348
* | | | Config: Add scaled resolution optionGravatar tfarley2016-04-212-1/+2
|/ / /
* | | Merge pull request #1612 from ObsidianX/get-set-sockoptGravatar bunnei2016-04-181-3/+97
|\ \ \ | |_|/ |/| |
| * | Rework sockopt translation to match the error translation code already in placeGravatar Ryan Loebs2016-04-011-22/+30
| * | Code styleGravatar Ryan Loebs2016-03-301-2/+2
| * | Added GetSockOptNameGravatar Ryan Loebs2016-03-301-15/+58
| * | Derp: win32: typedef int socklen_t;Gravatar Ryan Loebs2016-03-291-4/+0
| * | But of course, Windows uses 'int' while Linux uses 'socklen_t'Gravatar Ryan Loebs2016-03-291-0/+4
| * | Compiling on Windows nowGravatar Ryan Loebs2016-03-291-3/+3
| * | Formatting...Gravatar Ryan Loebs2016-03-291-1/+1