| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-07 | Common/string_util: add StringFromBuffer function | mailwl | |
| convert input buffer (std::vector<u8>) to string, stripping zero chars | |||
| 2018-06-07 | Merge pull request #522 from mailwl/mm-u | bunnei | |
| Service/MM: add service and stub some functions | |||
| 2018-06-06 | Merge pull request #503 from mailwl/nfp-stubs | bunnei | |
| Service/nfp:user : stub some functions. | |||
| 2018-06-06 | Stub IUser::AttachAvailabilityChangeEvent | mailwl | |
| 2018-06-06 | nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) | greggameplayer | |
| * add IoctlCommands with their params in nvidia_ctrl_gpu.h * add function related to the changes done previously * fix clang-format * delete trailing whitespace * correct mistake | |||
| 2018-06-06 | Merge pull request #529 from bunnei/am-nifm-stubs | Sebastian Valle | |
| Stub SetConnectionConfirmationOption, GetPseudoDeviceId | |||
| 2018-06-06 | Remove unused header files | mailwl | |
| 2018-06-06 | GDB Stub Improvements (#508) | Hedges | |
| * GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up. | |||
| 2018-06-05 | nifm: Stub out IRequest::SetConnectionConfirmationOption. | bunnei | |
| 2018-06-05 | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | |
| 2018-06-05 | Small fixes | mailwl | |
| 2018-06-05 | Service/MM: add service and stub some functions | mailwl | |
| 2018-06-04 | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | greggameplayer | |
| * Add some IoctlCommand with their params to nvhost_gpu * fix clang-format * delete trailing whitespace * fix some clang-format * delete one other trailing whitespace * last clang-format fix | |||
| 2018-06-04 | Correct function results | mailwl | |
| 2018-06-04 | Service/nfp:user : stub some functions. | mailwl | |
| Used by Zelda: BoTW | |||
| 2018-06-03 | am: Implement ILibraryAppletAccessor::PopOutData. | bunnei | |
| 2018-06-03 | am: ISelfController:LaunchableEvent should be sticky. | bunnei | |
| 2018-06-03 | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | bunnei | |
| 2018-06-03 | am: Implement ILibraryAppletAccessor::PushInData. | bunnei | |
| 2018-06-03 | am: Implement IStorageAccessor::Write. | bunnei | |
| 2018-06-03 | am: Cleanup IStorageAccessor::Read. | bunnei | |
| 2018-06-03 | am: Implement ILibraryAppletCreator::CreateStorage. | bunnei | |
| 2018-06-03 | Merge pull request #484 from mailwl/nvhost-nvdec | bunnei | |
| Services/nvdrv: add '/dev/nvhost-nvdec' device | |||
| 2018-06-02 | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may ↵ | Subv | |
| already have an assigned lock owner. This situation may happen like so: Thread 1 with low priority calls WaitProcessWideKey with timeout. Thread 2 with high priority calls WaitProcessWideKey without timeout. Thread 3 calls SignalProcessWideKey - Thread 2 acquires the lock and awakens. - Thread 1 can't acquire the lock and is put to sleep with the lock owner being Thread 2. Thread 1's timeout expires, with the lock owner still being set to Thread 2. | |||
| 2018-06-01 | Service/time: implement posix time to calendar conversion | mailwl | |
| 2018-05-31 | Merge pull request #488 from Subv/thread_masks | bunnei | |
| Kernel/SVC: Corrected the behavior of svcSetThreadCoreMask for core values -2 and -3. | |||
| 2018-05-30 | Kernel/Thread: Corrected a typo that caused the affinity mask to never be ↵ | Subv | |
| changed. | |||
| 2018-05-30 | Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask. | Subv | |
| Also added some proper error handling. | |||
| 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 | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | |
| 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 | Merge pull request #460 from greggameplayer/patch-6 | bunnei | |
| Add & correct some error modules | |||
| 2018-05-23 | Merge pull request #459 from greggameplayer/patch-5 | bunnei | |
| Add ioctl commands with their params and size check | |||
| 2018-05-23 | Merge pull request #454 from Subv/signal_processwide | bunnei | |
| Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey | |||
| 2018-05-23 | Add & correct some error modules | greggameplayer | |
| 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 | |
