aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2018-04-02Merge pull request #276 from N00byKing/acctoyuzubunnei
Change Telemetry Names to yuzu and remove links to citra
2018-04-02Merge pull request #304 from daniellimws/fix-openbsdbunnei
Fix build on OpenBSD
2018-04-03deconstructed_rom_directory.cpp: Fix TypoN00byKing
2018-04-03externals: Update fmt to 4d35f94Daniel Lim Wee Soong
Versions prior to this didn't compile on OpenBSD due to unconditional use of the non-standard strtod_l() function. The fmt::MemoryWriter API has been removed in the intervening versions, so replace its use with fmt::memory_buffer and fmt::format_to. The library also no longer provides the fmt::fmt ALIAS, so define it in externals/CMakeLists.txt.
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
hid: Write empty touch screen state.
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
service: Initialize NFP service. Log: Add NFP service as a log subtype.
2018-03-28result: Check against self-assignment in ResultVal's copy assignment operatorLioncash
Avoids doing work that doesn't need to be done.
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 ↵bunnei
config bools.
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
Minor changes to VI, PL, HID, and AUDREN
2018-03-25Merge pull request #273 from Subv/texturesbunnei
GPU: Added code to unswizzle textures and ported the surface viewer from citra
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 ↵Subv
global.
2018-03-24arm_dynarmic: Fix timingMerryMage
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
Tegra progress 2
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
FS: Implemented access to the SD card
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
- Workaround for texture forwarding until we have a better place.
2018-03-22memory: Port RasterizerFlushVirtualRegion from Citra.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-22Remove more N3DS ReferencesN00byKing
2018-03-22Service/spl: add module and servicesmailwl
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-21Service/vi: convert services to modulemailwl
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-19FS: Implemented IFileSystem's OpenDirectory function.Subv
Note that the filter parameter is not yet implemented.
2018-03-19FS: Added the IDirectory IPC interface and implemented its two functions.Subv