5320 Commits (f8a037ead44127c4cc3daabf07dfd03df6622580)

Author SHA1 Message Date
James Rowe f9945f8a3b Update fmtlib to fix msvc warnings 8 years ago
N00byKing d1d7582a5b
rasterizer_interface.h: Update from citra to yuzu 8 years ago
N00byKing 1f37dd02ce
default_ini.h: Update from citra to yuzu 8 years ago
N00byKing 27dbbd8227
gl_rasterizer_cache.cpp: Update from citra to yuzu 8 years ago
N00byKing cfc28e0c1a
gl_rasterizer_cache.h: Update from citra to yuzu 8 years ago
N00byKing ca17f581f5
renderer_opengl.h: Update from citra to yuzu 8 years ago
bunnei 40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. 8 years ago
bunnei 4c0cf3d5ff audren_u: Stub out GetActiveAudioDeviceName. 8 years ago
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
Daniel Lim Wee Soong bb9093ed57 logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC 8 years ago
N00byKing 1aafb0f3a3
deconstructed_rom_directory.cpp: Fix Typo 8 years ago
Daniel Lim Wee Soong c9845c486e externals: Update fmt to 4d35f94 8 years ago
Daniel Lim Wee Soong a66204eb5c common: fix swap functions on Bitrig and OpenBSD 8 years ago
Subv 11b4ab9685 GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. 8 years ago
Subv 1ec8d2123d GPU: Implemented a gpu macro interpreter. 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
N00byKing 1b7dc84132 Port citra-emu/citra#3610 to yuzu 8 years ago
N00byKing b55dc9c85e
Remove whitespaces 8 years ago
N00byKing 78e974ba68 Add Dark theme, Icon theming 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. 8 years ago
Lioncash 36e60c217a result: Check against self-assignment in ResultVal's copy assignment operator 8 years ago
N00byKing 16b14aa7e3 main.h: Add pragma once, remove ifndef 8 years ago
N00byKing aa0f596a6e telemetry.h: Reword comment from citra to yuzu 8 years ago
N00byKing 98f0352728 telemetry_session.h: Reword Documentation Comment from citra to yuzu 8 years ago
N00byKing 10738588a4 Remove Links to citra Services 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 f1423fcbc1 configure_general: Cleanup naming. 8 years ago
bunnei c97ff4460c qt: Add config option for is_docked. 8 years ago
bunnei 12b05c719e config: Add setting for whether the system is docked or not. 8 years ago
bunnei 5e343edc9e renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. 8 years ago
bunnei d8f745382b graphics_surface: Remove superfluous cast. 8 years ago
bunnei c33abac275 gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own function. 8 years ago
bunnei d30110348b gl_rasterizer: Add a SyncViewport method. 8 years ago
bunnei 67bc2f5ecd gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL. 8 years ago
bunnei 666d53299c graphics_surface: Fix merge conflicts. 8 years ago
bunnei ac19e3d061 gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. 8 years ago