Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-07 | Service: stub some functions in am, audio, time, vi services | mailwl | |
2018-02-06 | Service/hid: stub SetNpadHandheldActivationMode | mailwl | |
2018-02-05 | Merge pull request #165 from bunnei/puyo-fixes | bunnei | |
Stubs for HID, AM, and a mutex fix | |||
2018-02-05 | mutex: Update hasWaiters on release. | bunnei | |
2018-02-05 | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | bunnei | |
2018-02-05 | Extra nvdrv support (#162) | David | |
* FinishInitalize needed for 3.0.1+ games * nvdrv:s and nvdrv:t both use NVDRV * Most settings return 0 on hardware, disabled NV_MEMORY_PROFILER for now. NVN_THROUGH_OPENGL & NVRM_GPU_PREVENT_USE are a few interesting settings to look at. Carefully choosing settings can help with drawing graphics later on * Initial /dev/nvhost-gpu support * ZCullBind * Stubbed SetErrorNotifier * Fixed SetErrorNotifier log, Added SetChannelPriority * Allocate GPFIFO Ex2, Allocate Obj Ctx, Submit GPFIFO * oops * Fixed up naming/structs/enums. Used vector instead of array for "gpfifo_entry" * Added missing fixes * /dev/nvhost-ctrl-gpu * unneeded struct * Forgot u32 in enum class * Automatic descriptor swapping for ioctls, fixed nvgpu_gpu_get_tpc_masks_args being incorrect size * nvdrv#QueryEvent * Renamed logs for nvdrv * Refactor ioctl so nv_result isn't needed * /dev/nvhost-as-gpu * Fixed Log service naming, CtxObjects now u32, renamed all structs, added static_asserts to structs, used INSERT_PADDING_WORDS instead of u32s * nvdevices now uses "Ioctl" union, * IoctlGpfifoEntry now uses bit field * final changes | |||
2018-02-05 | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | |
2018-02-05 | Merge pull request #164 from ogniK5377/libnx_sm_fix | bunnei | |
Don't call UNIMPLEMENTED for 'empty services', just return error code | |||
2018-02-05 | Dont call UNIMPLEMENTED for 'empty services', just return error code | David Marcec | |
2018-02-05 | Changed .istorage to .romfs | David Marcec | |
2018-02-04 | set: GetAvailableLanguageCodes should not return lang_codes size. | bunnei | |
2018-02-04 | nvflinger: Signal BufferQueue native handle event. | bunnei | |
- This gets BOTW booting. | |||
2018-02-04 | logger: Add Time service logging category. | bunnei | |
2018-02-04 | logger: Add SET service logging category. | bunnei | |
2018-02-04 | logger: Add PCTL service logging category. | bunnei | |
2018-02-04 | logger: Add LM service logging category. | bunnei | |
2018-02-04 | logger: Add APM service logging category. | bunnei | |
2018-02-04 | lm: Ensure log string is non-empty before checking back(). | bunnei | |
2018-02-04 | logger: Add NIFM service logging category. | bunnei | |
2018-02-04 | logger: Add VI service logging category. | bunnei | |
2018-02-04 | hid: Stub out several functions. | bunnei | |
2018-02-04 | hid: Implement CreateActiveVibrationDeviceList. | bunnei | |
2018-02-04 | logger: Use Service_HID category where applicable. | bunnei | |
2018-02-04 | logger: Use Service_NVDRV category where applicable. | bunnei | |
2018-02-04 | logger: Add AM service logging category. | bunnei | |
2018-02-04 | logger: Add "account" service logging category. | bunnei | |
2018-02-04 | acc_u0: Stub out GetLastOpenedUser. | bunnei | |
2018-02-04 | Merge pull request #160 from bunnei/svc-improvements | bunnei | |
Several SVC fixes and improvements | |||
2018-02-04 | GetInfo: Implement IsCurrentProcessBeingDebugged. | bunnei | |
2018-02-04 | WaitProcessWideKeyAtomic: Handle case where condition variable was already ↵ | bunnei | |
created. | |||
2018-02-04 | acc:u0 : stub GetAccountId | mailwl | |
2018-02-03 | svc: SharedMemory size should be 64-bits and cleanup. | bunnei | |
2018-02-03 | ArbitrateLock: Assert that requesting_thread is current_thread. | bunnei | |
2018-02-03 | Merge pull request #157 from bunnei/fix-duplicate-session | bunnei | |
controller: DuplicateSession should return a ClientSession. | |||
2018-02-03 | controller: DuplicateSession should return a ClientSession. | bunnei | |
2018-02-03 | Service:nifm: add nifm:a, nifm:s and nifm:u services | mailwl | |
2018-02-02 | Service/am: Add AppletAE service (#153) | mailwl | |
* Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2 | |||
2018-02-02 | Merge pull request #154 from mailwl/vi_create_stray_array | bunnei | |
vi::CreateStrayLayer : add padding to request | |||
2018-02-02 | Merge pull request #155 from mailwl/vi-services | bunnei | |
Services/vi: add vi:s and vi:u services | |||
2018-02-02 | Merge pull request #152 from shinyquagsire23/sharedmem-valid-bounds | bunnei | |
shared_memory: Only mark addresses as invalid if they are within the heap | |||
2018-02-02 | Services/vi: add vi:s and vi:u services | mailwl | |
2018-02-02 | vi::CreateStrayLayer : add padding to request | mailwl | |
2018-01-29 | shared_memory: Only mark addresses as invalid if they are within the heap | shinyquagsire23 | |
2018-01-29 | [WIP] sfdnsres: stub (#146) | mailwl | |
sfdnsres: Add several stubs | |||
2018-01-27 | Merge pull request #148 from MerryMage/feature/special-memory | bunnei | |
memory: Replace all memory hooking with Special regions | |||
2018-01-27 | memory: Replace all memory hooking with Special regions | MerryMage | |
2018-01-25 | time: Implement ISteadyClock::GetCurrentTimePoint. | bunnei | |
2018-01-24 | audout_u: Various cleanups. | bunnei | |
2018-01-24 | ResponseBuilder: Use a bit field for customizing instead of always_move_handles. | bunnei | |
2018-01-24 | time: Stub GetSystemClockContext function. | bunnei | |