| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-28 | core: Do not reset device_memory on shutdown. | bunnei | |
| - This will be reset on initialization. | |||
| 2020-12-28 | core: hle: kernel: Clear process list on boot. | bunnei | |
| 2020-12-28 | hle: service: vi: Refactor to grab buffer only once. | bunnei | |
| 2020-12-28 | service: nvflinger: Improve synchronization for BufferQueue. | bunnei | |
| - Use proper mechanisms for blocking on DequeueBuffer. - Ensure service thread terminates on emulation Shutdown. | |||
| 2020-12-28 | hle: service: Ensure system is powered on before writing IPC result. | bunnei | |
| 2020-12-28 | core: kernel: Clear process list earlier. | bunnei | |
| 2020-12-28 | core: settings: Untangle multicore from asynchronous GPU. | bunnei | |
| - Now that GPU is always threaded, we can support multicore with synchronous GPU. | |||
| 2020-12-28 | hle: kernel: hle_ipc: Remove SleepClientThread. | bunnei | |
| - This was kind of hacky, and no longer is necessary with service threads. | |||
| 2020-12-28 | hle: service: bsd: Update to work with service threads, removing ↵ | bunnei | |
| SleepClientThread. | |||
| 2020-12-28 | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. | bunnei | |
| - Note, this always processes the ioctl right away, which fixes BotW 1.0.0 issues. | |||
| 2020-12-28 | hle: kernel: service_thread: Add parameter for thread pool size. | bunnei | |
| 2020-12-28 | hle: service: nvflinger: Refactor locking and interfaces. | bunnei | |
| 2020-12-28 | hle: service: vi: Remove usage of SleepClientThread. | bunnei | |
| 2020-12-28 | core: hle: server_session: Use separate threads for each service connection. | bunnei | |
| 2020-12-24 | core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) | bunnei | |
| * core: memory: Ensure thread safe access when pages are rasterizer cached. | |||
| 2020-12-21 | Merge pull request #5042 from Morph1984/project-aether | bunnei | |
| Project Aether: Reimplementation of the Web Browser Applet | |||
| 2020-12-20 | Merge pull request #5131 from bunnei/scheduler-rewrite | bunnei | |
| Rewrite Kernel scheduler based on Atmosphere | |||
| 2020-12-20 | Merge pull request #5201 from ameerj/bufferq-refactor | bunnei | |
| vi/buffer_queue: Buffer queue management refactor | |||
| 2020-12-19 | yuzu: Remove gdbstub configuration | FearlessTobi | |
| The gdbstub itself was removed with https://github.com/yuzu-emu/yuzu/pull/5028. This PR just removes the remaining gdb configuration code from the emulator and the UI. | |||
| 2020-12-18 | applets/web: Implement the online web browser applet | Morph | |
| 2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | |
| 2020-12-18 | pl_u, applets/web: Decrypt shared fonts to TTF files | Morph | |
| 2020-12-18 | ns_vm: Stub NeedsUpdateVulnerability | Morph | |
| This is used to force system updates on launching the web browser. We do not care about system updates so this can be set to false. | |||
| 2020-12-18 | frontend/input_interpreter: Add InputInterpreter API | Morph | |
| The InputInterpreter class interfaces with HID to retrieve button press states. Input is intended to be polled every 50ms so that a button is considered to be held down after 400ms has elapsed since the initial button press and subsequent repeated presses occur every 50ms. Co-authored-by: Chloe <25727384+ogniK5377@users.noreply.github.com> | |||
| 2020-12-18 | controllers/npad: Make press_state atomic | Morph | |
| 2020-12-18 | applets/web: Implement the default web browser applet frontend | Morph | |
| 2020-12-18 | applets/web: Implement the offline browser applet backend | Morph | |
| 2020-12-18 | applets/web: Initial implementation of the web browser applet | Morph | |
| 2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | |
| 2020-12-18 | system_archive: Add + and - buttons to the Nintendo Extended OSS font | Morph | |
| 2020-12-18 | buffer_queue: better use of std::array | ameerj | |
| 2020-12-17 | Overwrite slots instead of queuing them, add disconnect signal | ameerj | |
| Fix for Katana Zero and Yoshi's Crafted World | |||
| 2020-12-17 | system_archive: Update Nintendo Extended OSS font | Morph | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
| 2020-12-15 | Merge pull request #5190 from Morph1984/validate_device_handle | bunnei | |
| controllers/npad: Validate device handles before use | |||
| 2020-12-15 | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex | bunnei | |
| fsp_srv: Implement OpenDataStorageWithProgramIndex | |||
| 2020-12-14 | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManager | bunnei | |
| aoc_u: Stub IPurchaseEventManager and its service commands | |||
| 2020-12-12 | controllers/npad: Validate device handles before use | Morph | |
| Some games such as NEKOPARA Vol. 3 send invalid device handles when calling InitializeVibrationDevice. Introduce a check to validate the device handle before use. | |||
| 2020-12-12 | Merge pull request #5183 from lioncash/alias2 | bunnei | |
| vfs: Use existing type aliases consistently | |||
| 2020-12-11 | Merge pull request #5187 from Morph1984/revert-stdfs | bunnei | |
| fs: Revert all std::filesystem changes | |||
| 2020-12-11 | Merge pull request #5172 from lioncash/svc-wide | bunnei | |
| svc: Remove unnecessary casts | |||
| 2020-12-11 | Revert "Merge pull request #5176 from Morph1984/fix-createfile" | Morph | |
| This reverts commit 6d6115475b4edccdf1bb4e96ecc3d3b1be319e76, reversing changes made to 5fe55b16a11d9ec607fb8a3fdddc77a4393cd96a. | |||
| 2020-12-10 | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailable | bunnei | |
| nim: Stub IsLargeResourceAvailable | |||
| 2020-12-10 | vfs: Use existing type aliases consistently | Lioncash | |
| Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it. | |||
| 2020-12-09 | vfs_real: Fix CreateFile for files without a file extension | Morph | |
| 2020-12-09 | Merge pull request #5142 from comex/xx-poll-events | Rodrigo Locatti | |
| network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` | |||
| 2020-12-08 | Merge pull request #5166 from lioncash/log-cast | bunnei | |
| core: Remove unnecessary enum casts in log calls | |||
| 2020-12-08 | Merge pull request #5135 from Morph1984/applets-shadow | bunnei | |
| applets: Resolve variable shadowing | |||
| 2020-12-08 | svc: Remove unnecessary casts | Lioncash | |
| Simplifies and removes some casts. In all cases, these were generally widening from a 32-bit unsigned type to a 64-bit unsigned type, so no information would be lost from the conversion. | |||
| 2020-12-08 | Merge pull request #5167 from lioncash/doc-memory | bunnei | |
| memory: Resolve -Wdocumentation warning for Write() | |||
| 2020-12-08 | IPurchaseEventManager: Implement GetPurchasedEventReadableHandle | Morph | |
| - Used by Pokémon Café Mix - Used by DOOM: Eternal | |||
