Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | hle: kernel: KMemoryManager: Add aliases. | bunnei | |
2021-03-21 | hle: kernel: Add architecture and board specific memory regions. | bunnei | |
2021-03-21 | hle: kernel: KMemoryRegion: Derive region values. | bunnei | |
2021-03-21 | hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. | bunnei | |
2021-03-21 | hle: kernel: Add initial KMemoryRegionType module. | bunnei | |
2021-03-21 | hle: kernel: Move KMemoryRegion to its own module and update. | bunnei | |
2021-03-19 | Merge pull request #6052 from Morph1984/vi-getindirectlayerimagemap | bunnei | |
IApplicationDisplayService: Stub GetIndirectLayerImageMap | |||
2021-03-18 | Merge pull request #6056 from zkitX/spl-updates | bunnei | |
service: Refactor spl | |||
2021-03-17 | Merge pull request #6055 from MerryMage/exceed-the-limit | bunnei | |
[testing] fiber: Double default stack size | |||
2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | |
Used by games invoking the inline software keyboard such as GNOSIA | |||
2021-03-16 | Merge pull request #6070 from Morph1984/sysver-11.0.1 | bunnei | |
system_version: Update to 11.0.1 | |||
2021-03-16 | bsd: Avoid writing empty buffers | Morph | |
Silences log spam on empty buffer writes | |||
2021-03-15 | Merge pull request #6069 from Morph1984/ngWord | bunnei | |
system_archive: Update NgWord archive version | |||
2021-03-14 | system_version: Update to 11.0.1 | Morph | |
2021-03-14 | system_archive: Update NgWord archive version | Morph | |
2021-03-13 | Merge pull request #6054 from Morph1984/time-GetClockSnapshot | bunnei | |
time: Assign the current time point to the ClockSnapshot | |||
2021-03-12 | Merge pull request #6053 from Morph1984/time-CalculateSpanBetween | bunnei | |
time: Fix CalculateSpanBetween implementation | |||
2021-03-12 | Merge pull request #6028 from bunnei/raster-cache | bunnei | |
video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages. | |||
2021-03-12 | video_core: rasterizer_accelerated: Fix un/signed mismatch. | bunnei | |
2021-03-12 | Merge pull request #5327 from AniLeo/master | bunnei | |
qt: Set DISPLAY env var when not present | |||
2021-03-11 | Merge pull request #6040 from german77/toggleKeyboard | bunnei | |
Enable toggle buttons for keyboard and mouse | |||
2021-03-11 | Fix casing on DeallocateAesKeySlot | zkitx | |
2021-03-11 | Update SPL to fit N's service refactor (4.0.0+) which split into new services. | zkitx | |
2021-03-10 | fiber: Double default stack size | MerryMage | |
Stack overflow occurs with some guest applications | |||
2021-03-10 | time: Fix CalculateSpanBetween implementation | Morph | |
CalculateSpanBetween passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments. Partially fixes Super Smash Bros. Ultimate's Spirit Board | |||
2021-03-10 | time: Assign the current time point to the ClockSnapshot | Morph | |
Fixes the timer in Super Smash Bros Ultimate's Spirit Board. | |||
2021-03-09 | Merge pull request #5891 from ameerj/bgra-ogl | Rodrigo Locatti | |
renderer_opengl: Use compute shaders to swizzle BGR textures on copy | |||
2021-03-08 | Merge pull request #6021 from ReinUsesLisp/skip-cache-heuristic | bunnei | |
buffer_cache: Heuristically decide to skip cache on uniform buffers | |||
2021-03-08 | Merge pull request #5990 from german77/mousePanningV2 | bunnei | |
InputCommon: Mouse fixes | |||
2021-03-07 | common: Fiber: use a reference for YieldTo. | bunnei | |
- Fixes another small leak. | |||
2021-03-07 | qt: Set DISPLAY env var when not present | Ani | |
Fixes web browser opening (Help > Open Mods Page, Help > Open Quickstart Guide) | |||
2021-03-06 | Enable mouse toggle buttons | german77 | |
2021-03-06 | Add toggle button option for normal buttons | german | |
2021-03-05 | common: fiber: Use weak_ptr when yielding. | bunnei | |
- Avoids a memory leak, as taking a strong reference of the fiber here causes a circular reference. - Supersedes #6006 with a more narrow fix. | |||
2021-03-05 | Enable button toggle for keyboard in the modifier button | german | |
2021-03-05 | Merge pull request #6036 from bunnei/thread-leak | bunnei | |
hle: kernel: KThread: Rework dummy threads & fix memory leak. | |||
2021-03-05 | hle: kernel: KThread: Rework dummy threads & fix memory leak. | bunnei | |
- Dummy threads are created on thread local storage for all host threads. - Fixes a leak by removing creation of fibers, which are not applicable here. | |||
2021-03-05 | Merge pull request #6029 from Morph1984/compile-utf8 | LC | |
CMakeLists: Add /utf-8 compile option for MSVC | |||
2021-03-05 | Revert "core: Switch to unique_ptr for usage of Common::Fiber." | bunnei | |
2021-03-05 | Merge pull request #6034 from Morph1984/mbedtls | bunnei | |
externals: Update mbedtls to 2.16.9 | |||
2021-03-04 | Merge pull request #6006 from bunnei/fiber-unique-ptr | bunnei | |
core: Switch to unique_ptr for usage of Common::Fiber. | |||
2021-03-05 | aes_util: Remove malformed mbedtls_cipher_finish function call | Morph | |
2021-03-05 | CMakeLists: Add /utf-8 compile option for MSVC | Morph | |
Ensures that the source and execution character sets are in UTF-8 | |||
2021-03-04 | texture_cache: Blacklist BGRA8 copies and views on OpenGL | ameerj | |
In order to force the BGRA8 conversion on Nvidia using OpenGL, we need to forbid texture copies and views with other formats. This commit also adds a boolean relating to this, as this needs to be done only for the OpenGL api, Vulkan must remain unchanged. | |||
2021-03-04 | renderer_opengl: Swizzle BGR textures on copy | ameerj | |
OpenGL does not natively support BGR internal formats, which causes many BGR textures to render incorrectly, with Red and Blue channels swapped. This commit aims to address this by swizzling the blue and red channels on texture copies when a BGR format is encountered. | |||
2021-03-04 | Merge pull request #5989 from ReinUsesLisp/cmdpool | bunnei | |
vk_command_pool: Reduce the command pool size from 4096 to 4 | |||
2021-03-03 | Merge pull request #6004 from german77/udprandom | bunnei | |
InputCommon: Use an unique client id for each udp socket instance | |||
2021-03-02 | video_core: rasterizer_accelerated: Fix delta check ordering. | bunnei | |
2021-03-02 | video_core: rasterizer_accelerated: Improve error handling & fix implicit ↵ | bunnei | |
conversion. | |||
2021-03-02 | Merge pull request #5815 from comex/net-error-reform | bunnei | |
Network error handling reform |