Lioncash
|
96463d0a55
romfs_factory: Remove unnecessary includes and use forward declarations where applicable
|
vor 8 Jahren |
bunnei
|
dd70ddad7e
Merge pull request #1095 from DarkLordZach/sysarchives
|
vor 8 Jahren |
James Rowe
|
c0fb321935
Merge pull request #1127 from yuzu-emu/revert-838-port-3616
|
vor 8 Jahren |
Zach Hilman
|
34f3d58470
Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""
|
vor 8 Jahren |
Lioncash
|
b5fb246a99
telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId()
|
vor 8 Jahren |
bunnei
|
c6fda4c758
externals: Update dynarmic to a42f301c.
|
vor 8 Jahren |
Lioncash
|
609cb04f3f
acc: Replace profile_manager include with a forward declaration
|
vor 8 Jahren |
Lioncash
|
eb88fedc5d
acc: Simplify WriteBuffer call within LoadImage()
|
vor 8 Jahren |
Lioncash
|
f5b132676f
acc: Correct IProfile's constructor initializer list order
|
vor 8 Jahren |
Lioncash
|
0fcdf37917
acc: Remove unused DEFAULT_USER_ID
|
vor 8 Jahren |
Lioncash
|
350f6e0aa4
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
|
vor 8 Jahren |
Lioncash
|
9d8f19d7bf
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
|
vor 8 Jahren |
Lioncash
|
38cd4e9c61
profile_manager: Use type aliases for username data, profile data, and user arrays
|
vor 8 Jahren |
Lioncash
|
f9a26d468c
profile_manager: Take ProfileInfo by const reference where applicable
|
vor 8 Jahren |
Lioncash
|
1277556c69
profile_manager: Make array parameter to CreateNewUser a const reference
|
vor 8 Jahren |
Lioncash
|
dfdf4a46fe
profile_manager: Remove unnecessary static
|
vor 8 Jahren |
Lioncash
|
69dd37d874
profile_manager: Simplify UUID's two param constructor, operator==, and operator bool
|
vor 8 Jahren |
Lioncash
|
f13a66b963
profile_manager: Move UUID generation function to the cpp file
|
vor 8 Jahren |
Subv
|
2b9eee4d1e
GPU: Implemented the logic op functionality of the GPU.
|
vor 8 Jahren |
bunnei
|
b1d238bbb8
Merge pull request #1064 from lioncash/telemetry
|
vor 8 Jahren |
Subv
|
f24ab6d9e6
GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
|
vor 8 Jahren |
Lioncash
|
46ef072cf9
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
|
vor 8 Jahren |
Subv
|
6bcdf37d4f
GPU: Added registers for the logicop functionality.
|
vor 8 Jahren |
Lioncash
|
bc16f7f3cc
renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves
|
vor 8 Jahren |
fearlessTobi
|
ba8ff096fd
Port #3353 from Citra
|
vor 8 Jahren |
Subv
|
7784ce1854
Shaders: Write all the enabled color outputs when a fragment shader exits.
|
vor 8 Jahren |
Zach Hilman
|
e8cb6f5c9b
registration: Add Data_Unknown5 NCAContentType
|
vor 8 Jahren |
Lioncash
|
9e9a4bb3a7
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()
|
vor 8 Jahren |
Subv
|
d7c68fbb12
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus doing format conversion) to a new texture when a game requests an old texture address with a different format.
|
vor 8 Jahren |
Subv
|
3fe77be392
Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer.
|
vor 8 Jahren |