| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | nifm: GetResult does not return a data field. | 2018-04-02 | 1 | -2/+1 | ||
| | | | ||||||
| * | | vi: Implement GetDisplayResolution. | 2018-04-02 | 2 | -0/+26 | ||
| | | | ||||||
| * | | shared_memory: Remove incorrect 3ds-specific check. | 2018-04-02 | 1 | -12/+0 | ||
| | | | ||||||
| * | | service: Add friend:u interface. | 2018-04-02 | 4 | -0/+41 | ||
| | | | ||||||
| * | | Merge pull request #276 from N00byKing/acctoyuzu | 2018-04-02 | 2 | -4/+4 | ||
| |\ \ | | | | | | | Change Telemetry Names to yuzu and remove links to citra | |||||
| | * | | telemetry_session.h: Reword Documentation Comment from citra to yuzu | 2018-03-27 | 1 | -2/+2 | ||
| | | | | ||||||
| | * | | Change Telemetry Names to yuzu | 2018-03-27 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #304 from daniellimws/fix-openbsd | 2018-04-02 | 1 | -6/+6 | ||
| |\ \ \ | | | | | | | | | Fix build on OpenBSD | |||||
| | * | | | externals: Update fmt to 4d35f94 | 2018-04-03 | 1 | -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 Typo | 2018-04-03 | 1 | -1/+1 | ||
| |/ / / | ||||||
| * | | | Merge pull request #297 from bunnei/hid-touch-state | 2018-04-02 | 1 | -5/+21 | ||
| |\ \ \ | | | | | | | | | hid: Write empty touch screen state. | |||||
| | * | | | hid: Write empty touch screen state. | 2018-04-01 | 1 | -5/+21 | ||
| | | | | | ||||||
| * | | | | hle_ipc, fsp_srv: Cleanup logging. | 2018-03-31 | 2 | -3/+3 | ||
| | | | | | ||||||
| * | | | | hid: Stub out GetSupportedNpadStyleSet. | 2018-03-31 | 1 | -0/+8 | ||
| | | | | | ||||||
| * | | | | hle_ipc: Do not ensure write buffer size. | 2018-03-31 | 1 | -2/+5 | ||
| | | | | | ||||||
| * | | | | fsp_srv: Implement GetSize and SetSize. | 2018-03-31 | 2 | -4/+24 | ||
| | | | | | ||||||
| * | | | | memory: Fix stack region. | 2018-03-31 | 6 | -10/+12 | ||
| |/ / / | ||||||
| * | | | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | 2018-03-29 | 1 | -8/+36 | ||
| | | | | ||||||
| * | | | svc: Stub GetThreadCoreMask. | 2018-03-29 | 2 | -3/+26 | ||
| | | | | ||||||
| * | | | service: Add NFP module interface. | 2018-03-29 | 6 | -0/+99 | ||
| | | | | | | | | | | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype. | |||||
| * | | | result: Check against self-assignment in ResultVal's copy assignment operator | 2018-03-28 | 1 | -0/+3 | ||
| | | | | | | | | | | | | | Avoids doing work that doesn't need to be done. | |||||
| * | | | settings: Remove unused CpuCore class. | 2018-03-26 | 1 | -5/+0 | ||
| | | | | ||||||
| * | | | config: Use simplified checkbox (from Citra) for CPU JIT. | 2018-03-26 | 3 | -10/+7 | ||
| | | | | ||||||
| * | | | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | 2018-03-26 | 2 | -6/+6 | ||
| | | | | | | | | | | | | | config bools. | |||||
| * | | | config: Add setting for whether the system is docked or not. | 2018-03-26 | 2 | -2/+9 | ||
| |/ / | ||||||
| * | | memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. | 2018-03-26 | 1 | -4/+8 | ||
| | | | ||||||
| * | | memory: Add RasterizerMarkRegionCached code and cleanup. | 2018-03-26 | 2 | -200/+195 | ||
| | | | ||||||
| * | | Merge pull request #280 from bunnei/misc-service-fixes | 2018-03-25 | 5 | -8/+66 | ||
| |\ \ | | | | | | | Minor changes to VI, PL, HID, and AUDREN | |||||
| | * | | audren_u: Fix GetAudioDevice. | 2018-03-25 | 2 | -7/+48 | ||
| | | | | ||||||
| | * | | hid: Stub out SetNpadJoyAssignmentModeDual. | 2018-03-25 | 1 | -1/+7 | ||
| | | | | ||||||
| | * | | pl_u: Add RequestLoad. | 2018-03-25 | 2 | -0/+11 | ||
| | | | | ||||||
| * | | | Merge pull request #273 from Subv/textures | 2018-03-25 | 1 | -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 ↵ | 2018-03-24 | 1 | -0/+11 | ||
| | |/ / | | | | | | | | | | global. | |||||
| * / / | Service/sockets: add bsd:s, nsd:a, nsd:u services | 2018-03-25 | 8 | -32/+96 | ||
| |/ / | ||||||
| * | | arm_dynarmic: Fix timing | 2018-03-24 | 1 | -7/+3 | ||
| | | | ||||||
| * | | Merge pull request #265 from bunnei/tegra-progress-2 | 2018-03-23 | 4 | -7/+66 | ||
| |\ \ | | | | | | | Tegra progress 2 | |||||
| | * | | renderer_opengl: Fixes for properly flushing & rendering the framebuffer. | 2018-03-23 | 1 | -6/+0 | ||
| | | | | ||||||
| | * | | memory: Fix typo in RasterizerFlushVirtualRegion. | 2018-03-23 | 1 | -3/+3 | ||
| | | | | ||||||
| | * | | memory: RasterizerFlushVirtualRegion should also check process image region. | 2018-03-23 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | rasterizer: Flush and invalidate regions should be 64-bit. | 2018-03-23 | 2 | -3/+3 | ||
| | | | | ||||||
| | * | | renderer_opengl: Better handling of framebuffer transform flags. | 2018-03-23 | 2 | -3/+3 | ||
| | | | | ||||||
| | * | | nvdisp_disp0: Always flush and invalidate framebuffer region. | 2018-03-22 | 1 | -0/+7 | ||
| | | | | | | | | | | | | | - Workaround for texture forwarding until we have a better place. | |||||
| | * | | memory: Port RasterizerFlushVirtualRegion from Citra. | 2018-03-22 | 2 | -1/+58 | ||
| | | | | ||||||
| | * | | video_core: Move FramebufferInfo to FramebufferConfig in GPU. | 2018-03-22 | 1 | -3/+3 | ||
| | | | | ||||||
| * | | | Merge pull request #255 from Subv/sd_card | 2018-03-23 | 12 | -48/+329 | ||
| |\ \ \ | | | | | | | | | FS: Implemented access to the SD card | |||||
| | * | | | FS: Move the file open mode calculation to a separate function. | 2018-03-23 | 1 | -7/+14 | ||
| | | | | | ||||||
| | * | | | FS: Implemented IFileSystem::CreateDirectory. | 2018-03-21 | 6 | -7/+29 | ||
| | | | | | ||||||
| | * | | | FS: Implemented IFileSystem's OpenDirectory function. | 2018-03-19 | 1 | -0/+28 | ||
| | | | | | | | | | | | | | | | | | Note that the filter parameter is not yet implemented. | |||||
| | * | | | FS: Added the IDirectory IPC interface and implemented its two functions. | 2018-03-19 | 1 | -0/+51 | ||
| | | | | | ||||||
| | * | | | FS: Implement DiskFileSystem's OpenDirectory interface. | 2018-03-19 | 5 | -6/+19 | ||
| | | | | | ||||||