| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | dynarmic: Update to 41ae12263 | 2018-02-09 | 2 | -31/+45 | ||
| |/ | | | | Changes: Primarily implementing more A64 instructions | |||||
| * | nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. | 2018-02-07 | 2 | -10/+33 | ||
| | | ||||||
| * | nvdrv: Add MemoryManager class to track GPU memory. | 2018-02-07 | 3 | -0/+162 | ||
| | | ||||||
| * | nvmap: Refactor to expose nvmap objects. | 2018-02-07 | 2 | -19/+22 | ||
| | | ||||||
| * | nvhost_as_gpu: Add nvmap as a class member. | 2018-02-07 | 3 | -2/+9 | ||
| | | ||||||
| * | Service: stub some functions in am, audio, time, vi services | 2018-02-07 | 9 | -6/+191 | ||
| | | ||||||
| * | Service/hid: stub SetNpadHandheldActivationMode | 2018-02-06 | 1 | -0/+7 | ||
| | | ||||||
| * | Merge pull request #165 from bunnei/puyo-fixes | 2018-02-05 | 4 | -2/+23 | ||
| |\ | | | | | Stubs for HID, AM, and a mutex fix | |||||
| | * | mutex: Update hasWaiters on release. | 2018-02-05 | 1 | -0/+1 | ||
| | | | ||||||
| | * | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | 2018-02-05 | 1 | -2/+14 | ||
| | | | ||||||
| | * | IApplicationFunctions: Stub out EnsureSaveData. | 2018-02-05 | 2 | -0/+8 | ||
| | | | ||||||
| * | | Extra nvdrv support (#162) | 2018-02-05 | 17 | -37/+765 | ||
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| * | Merge pull request #164 from ogniK5377/libnx_sm_fix | 2018-02-05 | 1 | -0/+2 | ||
| |\ | | | | | Don't call UNIMPLEMENTED for 'empty services', just return error code | |||||
| | * | Dont call UNIMPLEMENTED for 'empty services', just return error code | 2018-02-05 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Changed .istorage to .romfs | 2018-02-05 | 2 | -5/+5 | ||
| |/ | ||||||
| * | set: GetAvailableLanguageCodes should not return lang_codes size. | 2018-02-04 | 1 | -2/+3 | ||
| | | ||||||
| * | nvflinger: Signal BufferQueue native handle event. | 2018-02-04 | 1 | -0/+1 | ||
| | | | | | - This gets BOTW booting. | |||||
| * | logger: Add Time service logging category. | 2018-02-04 | 1 | -10/+10 | ||
| | | ||||||
| * | logger: Add SET service logging category. | 2018-02-04 | 1 | -1/+1 | ||
| | | ||||||
| * | logger: Add PCTL service logging category. | 2018-02-04 | 1 | -1/+1 | ||
| | | ||||||
| * | logger: Add LM service logging category. | 2018-02-04 | 1 | -2/+2 | ||
| | | ||||||
| * | logger: Add APM service logging category. | 2018-02-04 | 1 | -2/+3 | ||
| | | ||||||
| * | lm: Ensure log string is non-empty before checking back(). | 2018-02-04 | 1 | -1/+1 | ||
| | | ||||||
| * | logger: Add NIFM service logging category. | 2018-02-04 | 4 | -11/+11 | ||
| | | ||||||
| * | logger: Add VI service logging category. | 2018-02-04 | 4 | -21/+20 | ||
| | | ||||||
| * | hid: Stub out several functions. | 2018-02-04 | 1 | -1/+39 | ||
| | | ||||||
| * | hid: Implement CreateActiveVibrationDeviceList. | 2018-02-04 | 1 | -0/+25 | ||
| | | ||||||
| * | logger: Use Service_HID category where applicable. | 2018-02-04 | 1 | -2/+2 | ||
| | | ||||||
| * | logger: Use Service_NVDRV category where applicable. | 2018-02-04 | 2 | -10/+10 | ||
| | | ||||||
| * | logger: Add AM service logging category. | 2018-02-04 | 3 | -42/+42 | ||
| | | ||||||
| * | logger: Add "account" service logging category. | 2018-02-04 | 1 | -8/+8 | ||
| | | ||||||
| * | acc_u0: Stub out GetLastOpenedUser. | 2018-02-04 | 2 | -0/+10 | ||
| | | ||||||
| * | Merge pull request #160 from bunnei/svc-improvements | 2018-02-04 | 5 | -24/+32 | ||
| |\ | | | | | Several SVC fixes and improvements | |||||
| | * | GetInfo: Implement IsCurrentProcessBeingDebugged. | 2018-02-04 | 1 | -0/+3 | ||
| | | | ||||||
| | * | WaitProcessWideKeyAtomic: Handle case where condition variable was already ↵ | 2018-02-04 | 3 | -13/+17 | ||
| | | | | | | | | | created. | |||||
| | * | svc: SharedMemory size should be 64-bits and cleanup. | 2018-02-03 | 3 | -11/+11 | ||
| | | | ||||||
| | * | ArbitrateLock: Assert that requesting_thread is current_thread. | 2018-02-03 | 1 | -0/+1 | ||
| | | | ||||||
| * | | acc:u0 : stub GetAccountId | 2018-02-04 | 1 | -1/+9 | ||
| |/ | ||||||
| * | Merge pull request #157 from bunnei/fix-duplicate-session | 2018-02-03 | 1 | -4/+9 | ||
| |\ | | | | | controller: DuplicateSession should return a ClientSession. | |||||
| | * | controller: DuplicateSession should return a ClientSession. | 2018-02-03 | 1 | -4/+9 | ||
| | | | ||||||
| * | | Service:nifm: add nifm:a, nifm:s and nifm:u services | 2018-02-03 | 10 | -0/+378 | ||
| |/ | ||||||
| * | Service/am: Add AppletAE service (#153) | 2018-02-02 | 7 | -379/+571 | ||
| | | | | | | | * Add AppletAE, step 1: move common interfaces to am.h * Add AppletAE, step 2 | |||||
| * | Merge pull request #154 from mailwl/vi_create_stray_array | 2018-02-02 | 1 | -0/+1 | ||
| |\ | | | | | vi::CreateStrayLayer : add padding to request | |||||
| | * | vi::CreateStrayLayer : add padding to request | 2018-02-02 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Merge pull request #155 from mailwl/vi-services | 2018-02-02 | 6 | -0/+128 | ||
| |\ \ | | | | | | | Services/vi: add vi:s and vi:u services | |||||
| | * | | Services/vi: add vi:s and vi:u services | 2018-02-02 | 6 | -0/+128 | ||
| | |/ | ||||||
| * | | Merge pull request #152 from shinyquagsire23/sharedmem-valid-bounds | 2018-02-02 | 1 | -1/+2 | ||
| |\ \ | |/ |/| | shared_memory: Only mark addresses as invalid if they are within the heap | |||||
| | * | shared_memory: Only mark addresses as invalid if they are within the heap | 2018-01-29 | 1 | -1/+2 | ||
| | | | ||||||
| * | | [WIP] sfdnsres: stub (#146) | 2018-01-29 | 5 | -2/+52 | ||
| |/ | | | sfdnsres: Add several stubs | |||||
| * | Merge pull request #148 from MerryMage/feature/special-memory | 2018-01-27 | 8 | -415/+243 | ||
| |\ | | | | | memory: Replace all memory hooking with Special regions | |||||