summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | nifm: GetResult does not return a data field.Gravatar bunnei2018-04-021-2/+1
| |
* | vi: Implement GetDisplayResolution.Gravatar bunnei2018-04-022-0/+26
| |
* | shared_memory: Remove incorrect 3ds-specific check.Gravatar bunnei2018-04-021-12/+0
| |
* | service: Add friend:u interface.Gravatar bunnei2018-04-024-0/+41
| |
* | Merge pull request #276 from N00byKing/acctoyuzuGravatar bunnei2018-04-022-4/+4
|\ \ | | | | | | Change Telemetry Names to yuzu and remove links to citra
| * | telemetry_session.h: Reword Documentation Comment from citra to yuzuGravatar N00byKing2018-03-271-2/+2
| | |
| * | Change Telemetry Names to yuzuGravatar N00byKing2018-03-271-2/+2
| | |
* | | Merge pull request #304 from daniellimws/fix-openbsdGravatar bunnei2018-04-021-6/+6
|\ \ \ | | | | | | | | Fix build on OpenBSD
| * | | externals: Update fmt to 4d35f94Gravatar Daniel Lim Wee Soong2018-04-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | deconstructed_rom_directory.cpp: Fix TypoGravatar N00byKing2018-04-031-1/+1
|/ / /
* | | Merge pull request #297 from bunnei/hid-touch-stateGravatar bunnei2018-04-021-5/+21
|\ \ \ | | | | | | | | hid: Write empty touch screen state.
| * | | hid: Write empty touch screen state.Gravatar bunnei2018-04-011-5/+21
| | | |
* | | | hle_ipc, fsp_srv: Cleanup logging.Gravatar bunnei2018-03-312-3/+3
| | | |
* | | | hid: Stub out GetSupportedNpadStyleSet.Gravatar bunnei2018-03-311-0/+8
| | | |
* | | | hle_ipc: Do not ensure write buffer size.Gravatar bunnei2018-03-311-2/+5
| | | |
* | | | fsp_srv: Implement GetSize and SetSize.Gravatar bunnei2018-03-312-4/+24
| | | |
* | | | memory: Fix stack region.Gravatar bunnei2018-03-316-10/+12
|/ / /
* | | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.Gravatar bunnei2018-03-291-8/+36
| | |
* | | svc: Stub GetThreadCoreMask.Gravatar bunnei2018-03-292-3/+26
| | |
* | | service: Add NFP module interface.Gravatar bunnei2018-03-296-0/+99
| | | | | | | | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype.
* | | result: Check against self-assignment in ResultVal's copy assignment operatorGravatar Lioncash2018-03-281-0/+3
| | | | | | | | | | | | Avoids doing work that doesn't need to be done.
* | | settings: Remove unused CpuCore class.Gravatar bunnei2018-03-261-5/+0
| | |
* | | config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei2018-03-263-10/+7
| | |
* | | config: Rename is_docked to use_docked_mode to be consistent with other ↵Gravatar bunnei2018-03-262-6/+6
| | | | | | | | | | | | config bools.
* | | config: Add setting for whether the system is docked or not.Gravatar bunnei2018-03-262-2/+9
|/ /
* | memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.Gravatar bunnei2018-03-261-4/+8
| |
* | memory: Add RasterizerMarkRegionCached code and cleanup.Gravatar bunnei2018-03-262-200/+195
| |
* | Merge pull request #280 from bunnei/misc-service-fixesGravatar bunnei2018-03-255-8/+66
|\ \ | | | | | | Minor changes to VI, PL, HID, and AUDREN
| * | audren_u: Fix GetAudioDevice.Gravatar bunnei2018-03-252-7/+48
| | |
| * | hid: Stub out SetNpadJoyAssignmentModeDual.Gravatar bunnei2018-03-251-1/+7
| | |
| * | pl_u: Add RequestLoad.Gravatar bunnei2018-03-252-0/+11
| | |
* | | Merge pull request #273 from Subv/texturesGravatar bunnei2018-03-251-0/+11
|\ \ \ | | | | | | | | GPU: Added code to unswizzle textures and ported the surface viewer from citra
| * | | GPU: Make the debug_context variable a member of the frontend instead of a ↵Gravatar Subv2018-03-241-0/+11
| |/ / | | | | | | | | | global.
* / / Service/sockets: add bsd:s, nsd:a, nsd:u servicesGravatar mailwl2018-03-258-32/+96
|/ /
* | arm_dynarmic: Fix timingGravatar MerryMage2018-03-241-7/+3
| |
* | Merge pull request #265 from bunnei/tegra-progress-2Gravatar bunnei2018-03-234-7/+66
|\ \ | | | | | | Tegra progress 2
| * | renderer_opengl: Fixes for properly flushing & rendering the framebuffer.Gravatar bunnei2018-03-231-6/+0
| | |
| * | memory: Fix typo in RasterizerFlushVirtualRegion.Gravatar bunnei2018-03-231-3/+3
| | |
| * | memory: RasterizerFlushVirtualRegion should also check process image region.Gravatar bunnei2018-03-231-0/+1
| | |
| * | rasterizer: Flush and invalidate regions should be 64-bit.Gravatar bunnei2018-03-232-3/+3
| | |
| * | renderer_opengl: Better handling of framebuffer transform flags.Gravatar bunnei2018-03-232-3/+3
| | |
| * | nvdisp_disp0: Always flush and invalidate framebuffer region.Gravatar bunnei2018-03-221-0/+7
| | | | | | | | | | | | - Workaround for texture forwarding until we have a better place.
| * | memory: Port RasterizerFlushVirtualRegion from Citra.Gravatar bunnei2018-03-222-1/+58
| | |
| * | video_core: Move FramebufferInfo to FramebufferConfig in GPU.Gravatar bunnei2018-03-221-3/+3
| | |
* | | Merge pull request #255 from Subv/sd_cardGravatar bunnei2018-03-2312-48/+329
|\ \ \ | | | | | | | | FS: Implemented access to the SD card
| * | | FS: Move the file open mode calculation to a separate function.Gravatar Subv2018-03-231-7/+14
| | | |
| * | | FS: Implemented IFileSystem::CreateDirectory.Gravatar Subv2018-03-216-7/+29
| | | |
| * | | FS: Implemented IFileSystem's OpenDirectory function.Gravatar Subv2018-03-191-0/+28
| | | | | | | | | | | | | | | | Note that the filter parameter is not yet implemented.
| * | | FS: Added the IDirectory IPC interface and implemented its two functions.Gravatar Subv2018-03-191-0/+51
| | | |
| * | | FS: Implement DiskFileSystem's OpenDirectory interface.Gravatar Subv2018-03-195-6/+19
| | | |