aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2016-04-26Merge pull request #1447 from JamePeng/update-y2r-servicebunnei
Update the code of service y2r!
2016-04-24am: title_id is long long uintSam Spilsbury
2016-04-24DSP_DSP: Remove unused variableMerryMage
2016-04-23return checks if event and memory createdmailwl
2016-04-23ncch: Use correct format specifier (for long long uint)Sam Spilsbury
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury
2016-04-23gdbstub: Don't check if unsigned int is > 0Sam Spilsbury
2016-04-22gsp::Gpu: implement AcquireRight, ReleaseRight functionsmailwl
2016-04-21HWRasterizer: Texture forwardingtfarley
2016-04-21Config: Add scaled resolution optiontfarley
2016-04-21ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl
2016-04-21Update the stub code of NDM service!JamePeng
2016-04-20Update the code of service y2r!JamePeng
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng
Append an item[is_new3ds] to config file[System] group Implement APT::SetNSStateField,it will update the unknown NS_state_field
2016-04-18Merge pull request #1612 from ObsidianX/get-set-sockoptbunnei
SOC:U GetSockOpt/SetSockOpt
2016-04-16core: Clean out some unnecessary header includesLioncash
2016-04-15Merge pull request #1667 from wwylele/ncch-loader-fixbunnei
loader: only decompress code section
2016-04-14Y2R: num_tiles should be allowed when its value is 128 (#1669)JamePeng
2016-04-14ncch:only decompress .code sectionwwylele
2016-04-11Merge pull request #1613 from mailwl/anpbunnei
Set Kernel config "Hardware Inited" to 1 (true)
2016-04-11CitraQt: Apply config at startupJannik Vogel
2016-04-11Set Kernel config "Unknown Value" to 0x1mailwl
2016-04-09Fix BLX LR opcode interpretationmailwl
2016-04-08Merge pull request #1644 from polaris-/gdb-fixesbunnei
Adopted WinterMute's gdbstub changes
2016-04-08update the code of AM service! (#1623)JamePeng
2016-04-08cecd:u: stub GetCecStateAbbreviated (#1648)mailwl
2016-04-08Update cpsr (T)humb bit while creating threadmailwl
2016-04-06Merge pull request #1577 from JamePeng/update-apta-funcbunnei
Append the missing function name"GetAppletInfo", "SetAppCpuTimeLimit" and "GetAppCpuTimeLimit" to APT:A
2016-04-06Fix thumb ADR instruction alignmentmailwl
2016-04-06Adopted WinterMute's gdbstub changespolaris-
This fixes the comments left on the PR (whitespace, SO_REUSEADDR, comment changes).
2016-04-06append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei
frd:u: Initial stub some functions
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
Common: Remove Common::make_unique, use std::make_unique
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-04-05implement APT::GetStartupArgumentJamePeng
2016-04-05Append the missing function name"GetAppletInfo" to APT:AJamePeng
2016-04-03Merge pull request #1616 from exhalatio/dlp_dummybunnei
Dummy implementation dlp:SRVR Service.
2016-04-03Dummy implementation dlp:SRVR Service.exhalatio
2016-04-02Merge pull request #1619 from mailwl/cecdbunnei
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
2016-04-01Rework sockopt translation to match the error translation code already in placeRyan Loebs
2016-04-01Merge pull request #1390 from purpasmart96/citra_gsp_error_codesbunnei
GSP: Return proper error codes for register writes
2016-03-31Merge pull request #1618 from MerryMage/one-stepMathew Maidment
Prevent cache overflow when single stepping
2016-03-31Merge pull request #1419 from mailwl/branch-gspbunnei
Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueue
2016-03-31cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandlemailwl
2016-03-31Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueuemailwl
2016-03-30GSP: Return proper error codes for register writespurpasmart96
2016-03-30Code styleRyan Loebs
2016-03-30DynCom: Optimize single steppingMerryMage
2016-03-30Added GetSockOptNameRyan Loebs
Filter out and translate invalid sockopt names.
2016-03-29Derp: win32: typedef int socklen_t;Ryan Loebs