| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-03 | Merge pull request #484 from mailwl/nvhost-nvdec | bunnei | |
| Services/nvdrv: add '/dev/nvhost-nvdec' device | |||
| 2018-06-01 | Service/time: implement posix time to calendar conversion | mailwl | |
| 2018-05-30 | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | |
| * add some CommandType * add some hid FunctionInfo * add some other HID FunctionInfo * delete non useful comments | |||
| 2018-05-30 | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | |
| 2018-05-29 | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | |
| 2018-05-29 | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | |
| 2018-05-28 | Service/BCAT: add module and services | mailwl | |
| 2018-05-27 | Merge pull request #475 from ogniK5377/nvos-getconfig | bunnei | |
| NvOsGetConfigU32 should return null instead of 0 for default output value | |||
| 2018-05-26 | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | |
| 2018-05-26 | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | |
| 2018-05-25 | Add & correct miscellaneous things (#470) | greggameplayer | |
| * add some InfoType * correct OpenApplicationProxy cmd number * add IDisplayController functions * fix clang-format * add more system languages | |||
| 2018-05-25 | Merge pull request #466 from mailwl/nv-timeout | bunnei | |
| Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | |||
| 2018-05-25 | GetAudioRendererWorkBufferSize impl (#465) | David | |
| * GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp | |||
| 2018-05-24 | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | |
| We have no clue on what this actually does yet so stubbing it since it's just input only should be fine for now | |||
| 2018-05-24 | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | |
| Used in Nintendo Labo ToyCon 1&2 | |||
| 2018-05-23 | Fix deadlocks caused from HID having too many layouts | David Marcec | |
| Games such as SMO deadlock if we have more than 2 layouts | |||
| 2018-05-23 | change some functions | greggameplayer | |
| according to the changes made previously | |||
| 2018-05-23 | correct placement and add size check | greggameplayer | |
| 2018-05-23 | Add ioctl commands with their params and size check | greggameplayer | |
| 2018-05-22 | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | |
| * Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE struct + 4 seems to be hard coded at 0 and struct + 0 seems to be ignored? * IocGetWaitbase -> IocChannelGetWaitbaseCommand * Added super late fixes | |||
| 2018-05-20 | Merge pull request #456 from Subv/unmap_buffer | bunnei | |
| Implemented nvhost-as-gpu's UnmapBuffer and nvmap's Free ioctls. | |||
| 2018-05-20 | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | |
| * Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format | |||
| 2018-05-20 | Merge pull request #445 from greggameplayer/patch-2 | bunnei | |
| Properly rename functions of Fatal Module & add ThrowFatal to this module | |||
| 2018-05-20 | GPU: Implemented the nvmap Free ioctl. | Subv | |
| It releases a reference to an nvmap object | |||
| 2018-05-20 | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | |
| It removes a mapping previously created with the MapBufferEx ioctl. | |||
| 2018-05-19 | Merge pull request #443 from ogniK5377/ipc-500 | Sebastian Valle | |
| Added IPC RequestWithContext & ControlWithContext | |||
| 2018-05-18 | rename fatal:u functions & add ThrowFatal | greggameplayer | |
| 2018-05-18 | Properly update fatal.h void name | greggameplayer | |
| 2018-05-18 | Properly rename fatal module functions | greggameplayer | |
| 2018-05-17 | Added RequestWithContext & ControlWithContext | David Marcec | |
| 2018-05-13 | Updated nfp with more service names | Hexagon12 | |
| 2018-05-10 | More accurate GetTPCMasks impl | David Marcec | |
| 2018-05-07 | Stubs for QLaunch (#428) | Hexagon12 | |
| * Stubs for QLaunch * Wiped unrelated stuff * Addressed comment * Dropped GetPopFromGeneralChannelEvent | |||
| 2018-05-07 | hid: Tweaks, Analog Sticks (#435) | Max Thomas | |
| * hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks | |||
| 2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | |
| This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on). | |||
| 2018-05-01 | Merge pull request #429 from Subv/ioctl_corruption | bunnei | |
| GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. | |||
| 2018-05-01 | GetSharedFontInOrderOfPriority (#381) | David | |
| * GetSharedFontInOrderOfPriority * Update pl_u.cpp * Ability to use ReadBuffer and WriteBuffer with different buffer indexes, fixed up GetSharedFontInOrderOfPriority * switched to NGLOG * Update pl_u.cpp * Update pl_u.cpp * language_code is actually language code and not index * u32->u64 * final cleanups | |||
| 2018-05-01 | GPU: Don't write to invalid memory locations when handling ioctls that don't ↵ | Subv | |
| have an output. | |||
| 2018-04-30 | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | |
| All of these variables and functions are related to timings and should be within the namespace. | |||
| 2018-04-29 | string_util: Remove StringFromFormat() and related functions | Lioncash | |
| Given we utilize fmt, we don't need to provide our own functions for formatting anymore | |||
| 2018-04-29 | am: Fix GetDesiredLanguage implementation. | bunnei | |
| 2018-04-29 | set: Fix GetAvailableLanguageCodes implementation. | bunnei | |
| 2018-04-27 | general: Convert assertion macros over to be fmt-compatible | Lioncash | |
| 2018-04-26 | Switched to NGLOG_WARNING | David Marcec | |
| 2018-04-26 | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | |
| 2018-04-26 | Added PREPO to logging backend, Removed comments from SaveReportWithUser | David Marcec | |
| 2018-04-25 | Service/PCTL: convert to module, add services, stub | mailwl | |
| PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies | |||
| 2018-04-24 | service: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-24 | vi: Move logging macros over to new fmt-compatible ones | Lioncash | |
| 2018-04-24 | time: Move logging macros over to new fmt-compatible ones | Lioncash | |
