Age | Commit message (Collapse) | Author |
|
|
|
|
|
Clang and ICC for whatever reason also defines __GNUC__. Exclude them from this check.
|
|
This is similar to Clang's -Wunused-lambda-capture
|
|
Disabling C4100 is similar to -Wno-unused-parameter
|
|
These warnings are already included in /W3.
|
|
Resolves C4146 on MSVC
|
|
|
|
|
|
These are already explicitly or implicitly set in src/CMakeLists.txt
|
|
|
|
|
|
Maxwell3D/Puller: Fix regressions and syncing issues.
|
|
hid/npad: Fix copy size in GetSupportedNpadIdTypes
|
|
format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT
|
|
|
|
This format is similar to Z32_FLOAT_X24S8_UINT, which is implemented with D32_FLOAT_S8_UINT.
Used in Persona 5 Royal
|
|
Makes for stronger typing and allows tooling bounds checks provided by
the standard library for debugging purposes.
|
|
|
|
Previously this was passing the size of the vector into memcpy rather
than the size in bytes to copy, which would result in a partial read.
Thankfully, this function isn't used yet, so this gets rid of a bug
before it's able to do anything.
|
|
kernel: Session request cleanup
|
|
Controller Applet had instance of Undocked, make Handheld
|
|
[audio_core] Update for firmware 15.0.0
|
|
Remember that time we renamed the Undocked option to Handheld in the
status bar, and then later remembered the Controller Configuration?
Scrolling through Transifex I noticed that we still have one instance of
"Undocked" in the text.
|
|
common/fixed_point: Minor interface improvements
|
|
|
|
|
|
savedata_factory: Detect future save data paths
|
|
kernel: fix slab heap ABA
|
|
Kernel Multiprocess (Part 1) - Persist memory & core timing
|
|
|
|
|
|
video_core: implement 1D copies based on VMM 'kind'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current process.
|
|
|
|
|
|
QueryPool::Reserve.
|
|
|
|
KMemoryBlockManager/SlabManager.
|
|
|
|
|
|
|