summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-04-07Fix spelling of InitializeJames Rowe
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-02svc: Stub out SetThreadActivity, GetThreadContext.bunnei
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-04-02nifm: GetResult does not return a data field.bunnei
2018-04-02vi: Implement GetDisplayResolution.bunnei
2018-04-02shared_memory: Remove incorrect 3ds-specific check.bunnei
2018-04-02service: Add friend:u interface.bunnei
2018-04-02Merge pull request #276 from N00byKing/acctoyuzubunnei
2018-04-02Merge pull request #304 from daniellimws/fix-openbsdbunnei
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing
2018-04-03externals: Update fmt to 4d35f94Daniel Lim Wee Soong
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
2018-04-01hid: Write empty touch screen state.bunnei
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei
2018-03-31hle_ipc: Do not ensure write buffer size.bunnei
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei
2018-03-31memory: Fix stack region.bunnei
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-29svc: Stub GetThreadCoreMask.bunnei
2018-03-29service: Add NFP module interface.bunnei
2018-03-28result: Check against self-assignment in ResultVal's copy assignment operatorLioncash
2018-03-27telemetry_session.h: Reword Documentation Comment from citra to yuzuN00byKing
2018-03-27Change Telemetry Names to yuzuN00byKing
2018-03-26settings: Remove unused CpuCore class.bunnei
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-26memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.bunnei
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-25Merge pull request #280 from bunnei/misc-service-fixesbunnei
2018-03-25Merge pull request #273 from Subv/texturesbunnei
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-25hid: Stub out SetNpadJoyAssignmentModeDual.bunnei
2018-03-25pl_u: Add RequestLoad.bunnei
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24arm_dynarmic: Fix timingMerryMage
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei
2018-03-23memory: Fix typo in RasterizerFlushVirtualRegion.bunnei
2018-03-23FS: Move the file open mode calculation to a separate function.Subv
2018-03-23memory: RasterizerFlushVirtualRegion should also check process image region.bunnei
2018-03-23rasterizer: Flush and invalidate regions should be 64-bit.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-23Service/SSL: add ssl servicemailwl
2018-03-22nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei