aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2018-01-17ipc: Implement domain command CloseVirtualHandle.bunnei
2018-01-16UI: Fix frame rate perf statsJames Rowe
Adds in a missing EndGameFrame when nvdrv swaps buffers
2018-01-16Merge pull request #34 from shinyquagsire23/hid-sharedmem-layouts-circbufs-metabunnei
hid: Write to all layouts, implement circular buffers, set up controller metadata.
2018-01-16acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei
2018-01-16hid: clang-formatshinyquagsire23
2018-01-16hid: Adjust for style guideshinyquagsire23
2018-01-16applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei
2018-01-16NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv
2018-01-16NV: Move the nvdrv classes into the Nvidia namespace, and move the ↵Subv
functionality to a s single module that services call.
2018-01-16VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv
2018-01-16Services: Stubbed APM::OpenSession and the ISession interface.Subv
# Conflicts: # src/core/hle/service/am/applet_oe.cpp # src/core/hle/service/apm/apm.cpp
2018-01-16AppletOE: Stub a bunch of functions required by libnx homebrew.Subv
2018-01-16SVC: Correct some return values in svcGetInfo and added TitleId and ↵Subv
PrivilegedProcessId stubs. # Conflicts: # src/core/hle/kernel/svc.cpp
2018-01-16SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv
2018-01-16IPC: Push domain objects as move handles when not in a domain.Subv
2018-01-16Merge pull request #52 from ogniK5377/fspbunnei
added more svcGetInfo pairs for 3.0.0+ support, Changed HEAP_SIZE and TLS_AREA_VADDR. changed mem usage & heap usage stub added, ISelfController, IApplication function stubs. Added SetThreadCoreMask
2018-01-16Update memory.hDavid
2018-01-16Merge pull request #44 from Rozelette/masterbunnei
nso: Modify .bss size calculation logic
2018-01-16SetThreadCoreMask stub, time to implement fspDavid Marcec
2018-01-16implemented more of ISelfController and IApplicationFunctionsDavid Marcec
2018-01-16Added more svcGetInfo pairsDavid Marcec
2018-01-16Increased heap size and changed tls area vaddrDavid Marcec
2018-01-16clang-formatMerryMage
2018-01-16nso: Modify .bss size calculation logicRozlette
2018-01-16Build: Automagically handle unicornJames Rowe
On MSVC if unicorn isn't found, fallback to bundled unicorn On everything else, fallback to building unicorn in externals Also fixes loading unicorn in msvc
2018-01-16hid: Write to all layouts, implement circular buffers, set up controller ↵shinyquagsire23
metadata.
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-15nso: Load subsdk4 if available.bunnei
2018-01-15pctl: Clang format.bunnei
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei
2018-01-15applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei
2018-01-15settings: Fix button mappings array to have correct entries.bunnei
2018-01-15Merge pull request #16 from shinyquagsire23/hid-sharedmem-impl-startbunnei
HID Sharedmem Impl Start
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire23
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire23
2018-01-15settings: Screenshot buttonshinyquagsire23
2018-01-15settings: adjust button configs for Switch controllersshinyquagsire23
2018-01-15hid: Add sharedmem structsshinyquagsire23
2018-01-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil
2018-01-14Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue ↵David Marcec
execution
2018-01-14renderer: Render previous frame when no new one is available.bunnei
2018-01-14lm: Fix IPC header for Initialize.bunnei
2018-01-14time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei
2018-01-14audio: Add files to CMake.bunnei
2018-01-14hid: Remove unused registered_loggers.bunnei
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2018-01-14shared_memory: Minor fixes and cleanup.bunnei
2018-01-14svc: Implement svcMapSharedMemory.bunnei
2018-01-14kernel: Increase default stack size to 64K.bunnei