summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | configuration: Simplify applying per-game settingsGravatar lat9nq2021-05-156-112/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally, every time we add a per-game setting, we'd have to guard for it when setting it on the global config, and use a specific function to do it for the per-game config. This moves the global check into the ApplyPerGameSetting function so that we can use it for changing both the global and per-game states. Less work for the programmer.
| * | | | | | configuration_shared: Add some commentsGravatar lat9nq2021-05-151-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Monke brain can't remember what all of these does a year later.
| * | | | | | general: Make CPU accuracy and related a Settings::SettingGravatar lat9nq2021-05-157-41/+47
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Required to make CPU accuracy and unsafe settings available to use as a per-game setting.
* | | | | | Merge pull request #6297 from lioncash/common-convGravatar bunnei2021-05-191-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | parent_of_member: Make sign conversion explicit in OffsetOfImpl()
| * | | | | | parent_of_member: Make sign conversion explicit in OffsetOfImpl()Gravatar Lioncash2021-05-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously these conversions were implicit and causing quite a few warnings on clang.
* | | | | | | Merge pull request #6310 from german77/nanMotionGravatar bunnei2021-05-191-0/+23
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | input_common: Sanitize motion data
| * | | | | | input_common: Sanitize motion dataGravatar german772021-05-131-0/+23
| | | | | | |
* | | | | | | Merge pull request #6317 from ameerj/fps-fixGravatar bunnei2021-05-1810-14/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | perf_stats: Rework FPS counter to be more accurate
| * | | | | | | perf_stats: Rework FPS counter to be more accurateGravatar ameerj2021-05-1510-14/+26
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FPS counter was based on metrics in the nvdisp swapbuffers call. This metric would be accurate if the gpu thread/renderer were synchronous with the nvdisp service, but that's no longer the case. This commit moves the frame counting responsibility onto the concrete renderers after their frame draw calls. Resulting in more meaningful metrics. The displayed FPS is now made up of the average framerate between the previous and most recent update, in order to avoid distracting FPS counter updates when framerate is oscillating between close values. The status bar update frequency was also changed from 2 seconds to 500ms.
* | | | | | | KTransferMemory: Return size instead of size * PageSize in GetSize()Gravatar Morph2021-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | size is already the size in bytes. We do not need to multiply it by the page size
* | | | | | | Merge pull request #6322 from ameerj/fast-null-bufferGravatar bunnei2021-05-171-1/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | buffer_cache: Ensure null buffers cannot take the fast uniform bind path
| * | | | | | buffer_cache: Ensure null buffers cannot take the fast uniform bind pathGravatar ameerj2021-05-161-1/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | Fixes a crash in New Pokemon Snap
* | | | | | Merge pull request #6328 from Morph1984/enforce-c4715Gravatar Mat M2021-05-171-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | CMakeLists: Enforce C4715 on MSVC
| * | | | | | CMakeLists: Enforce C4715 on MSVCGravatar Morph2021-05-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is similar to -Werror=return-type
* | | | | | | configure_debug: FIx duplicate labelsGravatar Morph2021-05-161-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | Duplicate labels were unintentionally introduced due to copy-paste. This silences the compilation warning produced by the presence of these duplicates.
* | | | | | yuzu/main: Fix version info in logging and about dialogGravatar Morph2021-05-163-14/+17
| | | | | |
* | | | | | Merge pull request #6319 from Morph1984/no-install-baseGravatar bunnei2021-05-164-3/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | main: Prevent installing base titles into NAND
| * | | | | | main: Prevent installing base titles into NANDGravatar Morph2021-05-164-3/+28
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Many users have been installing their base titles into NAND instead of adding them into the games list. This prevents users from installing any base titles and warns the user about the action.
* | | | | | Merge pull request #6284 from ameerj/shantae-fixGravatar bunnei2021-05-162-5/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | nvflinger: Create layers when they are queried but not found
| * | | | | | nvflinger: Create layers when they are queried but not foundGravatar ameerj2021-05-062-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Shantae softlock on boot.
* | | | | | | Merge pull request #6296 from lioncash/shadow-errorGravatar bunnei2021-05-1699-279/+304
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | core: Make variable shadowing a compile-time error
| * | | | | | | core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-1699-279/+304
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
* | | | | | | Merge pull request #6307 from Morph1984/fix-response-push-sizeGravatar bunnei2021-05-162-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | nifm, ssl: Fix incorrect response sizes
| * | | | | | nifm, ssl: Fix incorrect response sizesGravatar Morph2021-05-162-2/+2
| | | | | | |
* | | | | | | Merge pull request #6316 from ameerj/title-fixGravatar bunnei2021-05-151-11/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | main: Add running title's version to window name on EA/mainline
| * | | | | | | main: Add title's version to window name on EA/mainlineGravatar ameerj2021-05-151-11/+6
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Fixes the missing title version number on EA/mainline builds which override the title bar string.
* | | | | | | Merge pull request #6299 from bunnei/ipc-improvementsGravatar bunnei2021-05-1519-220/+354
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Various improvements to IPC and session management
| * | | | | | | common: tree: Avoid a nullptr dereference.Gravatar bunnei2021-05-111-1/+1
| | | | | | | |
| * | | | | | | hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.Gravatar bunnei2021-05-113-1/+15
| | | | | | | |
| * | | | | | | WORKAROUND: temp. disable session resource limits while we work out issuesGravatar bunnei2021-05-114-11/+11
| | | | | | | |
| * | | | | | | WORKAROUND: Do not use slab heap while we track down issues with resource ↵Gravatar bunnei2021-05-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | management.
| * | | | | | | audrenGravatar bunnei2021-05-112-25/+16
| | | | | | | |
| * | | | | | | core: hle: ipc_helpers: Fix cast on raw_data_size calculation.Gravatar bunnei2021-05-101-1/+1
| | | | | | | |
| * | | | | | | hle: service: sm: Add TIPC support.Gravatar bunnei2021-05-102-41/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes our error checking of names as well.
| * | | | | | | hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC.Gravatar bunnei2021-05-102-81/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes our move handles implementation to actually move objects. - Simplifies the traditional IPC path.
| * | | | | | | hle: service: sm: GetService: Reserve session resource when we create a ↵Gravatar bunnei2021-05-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KSession.
| * | | | | | | hle: service: Add support for dispatching TIPC requests.Gravatar bunnei2021-05-102-1/+52
| | | | | | | |
| * | | | | | | hle: service: Implement IPC::CommandType::Close.Gravatar bunnei2021-05-103-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This was not actually closing sessions before.
| * | | | | | | hle: service: sm: Use RegisterNamedService to register the service.Gravatar bunnei2021-05-101-1/+1
| | | | | | | |
| * | | | | | | hle: service: sm: Improve Initialize implementation.Gravatar bunnei2021-05-102-0/+3
| | | | | | | |
| * | | | | | | hle: kernel: svc: Update ConnectToNamedPort to use new ↵Gravatar bunnei2021-05-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CreateNamedServicePort interface.
| * | | | | | | hle: kernel: Implement named service ports using service interface factory.Gravatar bunnei2021-05-104-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static.
| * | | | | | | hle: kernel: KSession: Improve implementation of CloneCurrentObject.Gravatar bunnei2021-05-101-2/+10
| | | | | | | |
| * | | | | | | hle: service: sm: Increase point buffer size.Gravatar bunnei2021-05-101-1/+1
| | | | | | | |
| * | | | | | | hle: ipc_helpers: Reserve session resource when we create a KSession.Gravatar bunnei2021-05-101-0/+5
| | | | | | | |
| * | | | | | | hle: kernel: KClientPort: Cleanup comment format.Gravatar bunnei2021-05-101-1/+1
| | | | | | | |
| * | | | | | | hle: ipc: Add declarations for TIPC.Gravatar bunnei2021-05-101-1/+16
| | | | | | | |
| * | | | | | | hle: kernel: Further cleanup and add TIPC helpers.Gravatar bunnei2021-05-102-4/+12
| | | | | | | |
| * | | | | | | hle: ipc_helpers: Update IPC response generation for TIPC.Gravatar bunnei2021-05-102-19/+39
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #6289 from ameerj/oob-blitGravatar bunnei2021-05-158-61/+99
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | texture_cache: Handle out of bound texture blits