bunnei
3d4dfefaec
audout_u: Implement GetAudioOutState.
8 years ago
bunnei
910b02d74b
nifm: GetResult does not return a data field.
8 years ago
bunnei
9d08a11c1d
vi: Implement GetDisplayResolution.
8 years ago
bunnei
99ae9dbf49
shared_memory: Remove incorrect 3ds-specific check.
8 years ago
bunnei
9eb485702f
service: Add friend:u interface.
8 years ago
N00byKing
1aafb0f3a3
deconstructed_rom_directory.cpp: Fix Typo
8 years ago
Daniel Lim Wee Soong
c9845c486e
externals: Update fmt to 4d35f94
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.
8 years ago
bunnei
72b90494e7
hid: Write empty touch screen state.
8 years ago
bunnei
f4ba523992
hle_ipc, fsp_srv: Cleanup logging.
8 years ago
bunnei
b6b7d78ded
hid: Stub out GetSupportedNpadStyleSet.
8 years ago
bunnei
eef097bdc7
hle_ipc: Do not ensure write buffer size.
8 years ago
bunnei
88582b84a5
fsp_srv: Implement GetSize and SetSize.
8 years ago
bunnei
b27ab46bde
memory: Fix stack region.
8 years ago
bunnei
86095e62cc
audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.
8 years ago
bunnei
f6893969b3
svc: Stub GetThreadCoreMask.
8 years ago
bunnei
deaf6f9e35
service: Add NFP module interface.
service: Initialize NFP service.
Log: Add NFP service as a log subtype.
8 years ago
Lioncash
36e60c217a
result: Check against self-assignment in ResultVal's copy assignment operator
Avoids doing work that doesn't need to be done.
8 years ago
N00byKing
98f0352728
telemetry_session.h: Reword Documentation Comment from citra to yuzu
8 years ago
N00byKing
8004af0d05
Change Telemetry Names to yuzu
8 years ago
bunnei
212a6ab937
settings: Remove unused CpuCore class.
8 years ago
bunnei
94f4009c3b
config: Use simplified checkbox (from Citra) for CPU JIT.
8 years ago
bunnei
5ecf152c8e
config: Rename is_docked to use_docked_mode to be consistent with other config bools.
8 years ago
bunnei
12b05c719e
config: Add setting for whether the system is docked or not.
8 years ago
bunnei
d4fb8a887c
memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock.
8 years ago
bunnei
d732142b66
memory: Add RasterizerMarkRegionCached code and cleanup.
8 years ago
mailwl
692639e9b7
Service/sockets: add bsd:s, nsd:a, nsd:u services
8 years ago
bunnei
6f27edccb2
audren_u: Fix GetAudioDevice.
8 years ago
bunnei
bde3e667be
hid: Stub out SetNpadJoyAssignmentModeDual.
8 years ago
bunnei
868f7f18b9
pl_u: Add RequestLoad.
8 years ago
Subv
0ce52b1da2
GPU: Make the debug_context variable a member of the frontend instead of a global.
8 years ago
MerryMage
88c9608eac
arm_dynarmic: Fix timing
8 years ago
bunnei
054393917e
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
8 years ago
bunnei
b5f3e7951b
memory: Fix typo in RasterizerFlushVirtualRegion.
8 years ago
Subv
4c06d55a81
FS: Move the file open mode calculation to a separate function.
8 years ago
bunnei
1a158dfcd6
memory: RasterizerFlushVirtualRegion should also check process image region.
8 years ago
bunnei
11047d7fd5
rasterizer: Flush and invalidate regions should be 64-bit.
8 years ago
bunnei
ec4e1a3685
renderer_opengl: Better handling of framebuffer transform flags.
8 years ago
mailwl
9ee33350de
Service/SSL: add ssl service
8 years ago
bunnei
e12c2cf8c6
nvdisp_disp0: Always flush and invalidate framebuffer region.
- Workaround for texture forwarding until we have a better place.
8 years ago
bunnei
63d3924b5b
memory: Port RasterizerFlushVirtualRegion from Citra.
8 years ago
bunnei
bfe45774f1
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
8 years ago
N00byKing
8afdbf6a1f
Remove more N3DS References
8 years ago
mailwl
95e747cd06
Service/spl: add module and services
8 years ago
Subv
eff3f60b73
FS: Implemented IFileSystem::CreateDirectory.
8 years ago
mailwl
6673ed1274
Service/vi: convert services to module
8 years ago
mailwl
dca7cfb9cf
Service: add fatal:u, fatal:p services
8 years ago
Subv
0485ee499f
FS: Implemented IFileSystem's OpenDirectory function.
Note that the filter parameter is not yet implemented.
8 years ago
Subv
21bac2d7d7
FS: Added the IDirectory IPC interface and implemented its two functions.
8 years ago
Subv
6d90d99d12
FS: Implement DiskFileSystem's OpenDirectory interface.
8 years ago
Subv
e1d7b9fc2c
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
8 years ago