| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #64 from shinyquagsire23/hid-timing | 2018-01-17 | 1 | -3/+3 | ||
| |\ \ \ | | | | | | | | | hid: Adjust timing based on actual hardware | |||||
| | * | | | hid: Adjust timing based on actual hardware | 2018-01-17 | 1 | -3/+3 | ||
| | | | | | ||||||
| * | | | | Merge pull request #70 from flerovii/nvdrv-close | 2018-01-17 | 4 | -0/+26 | ||
| |\ \ \ \ | | | | | | | | | | | nvdrv: stubbed Close(cmd 2) | |||||
| | * | | | | nvdrv: stubbed Close(cmd 2) | 2018-01-17 | 4 | -0/+26 | ||
| | | | | | | ||||||
| * | | | | | svc: Clang-format fix. | 2018-01-17 | 1 | -6/+4 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #62 from bunnei/domain-close-handle | 2018-01-17 | 3 | -3/+35 | ||
| |\ \ \ \ | |/ / / |/| | | | Implement IPC domain command CloseVirtualHandle | |||||
| | * | | | hle_ipc: Clang format. | 2018-01-17 | 1 | -2/+3 | ||
| | | | | | ||||||
| | * | | | ipc: Implement domain command CloseVirtualHandle. | 2018-01-17 | 3 | -3/+34 | ||
| | | | | | ||||||
| * | | | | Fix gdbstub typo, fixes Citra #3318 | 2018-01-17 | 1 | -1/+1 | ||
| | |/ / |/| | | | | | Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn() | |||||
| * | | | Merge pull request #60 from jroweboy/game-frame | 2018-01-17 | 2 | -1/+4 | ||
| |\ \ \ | |/ / |/| | | UI: Fix frame rate perf stats | |||||
| | * | | UI: Fix frame rate perf stats | 2018-01-16 | 2 | -1/+4 | ||
| | | | | | | | | | | | | | Adds in a missing EndGameFrame when nvdrv swaps buffers | |||||
| * | | | Merge pull request #34 from shinyquagsire23/hid-sharedmem-layouts-circbufs-meta | 2018-01-16 | 2 | -88/+125 | ||
| |\ \ \ | |/ / |/| | | hid: Write to all layouts, implement circular buffers, set up controller metadata. | |||||
| | * | | hid: clang-format | 2018-01-16 | 1 | -3/+3 | ||
| | | | | ||||||
| | * | | hid: Adjust for style guide | 2018-01-16 | 2 | -63/+68 | ||
| | | | | ||||||
| | * | | hid: Write to all layouts, implement circular buffers, set up controller ↵ | 2018-01-16 | 2 | -39/+71 | ||
| | |/ | | | | | | | metadata. | |||||
| * | | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | 2018-01-16 | 6 | -0/+86 | ||
| | | | ||||||
| * | | applet_oe: Fix GetOperationMode and GetPerformanceMode. | 2018-01-16 | 1 | -2/+2 | ||
| | | | ||||||
| * | | NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a | 2018-01-16 | 4 | -16/+18 | ||
| | | | ||||||
| * | | NV: Move the nvdrv classes into the Nvidia namespace, and move the ↵ | 2018-01-16 | 13 | -165/+95 | ||
| | | | | | | | | | functionality to a s single module that services call. | |||||
| * | | VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay | 2018-01-16 | 2 | -3/+85 | ||
| | | | ||||||
| * | | Services: Stubbed APM::OpenSession and the ISession interface. | 2018-01-16 | 3 | -2/+53 | ||
| | | | | | | | | | | | | | # Conflicts: # src/core/hle/service/am/applet_oe.cpp # src/core/hle/service/apm/apm.cpp | |||||
| * | | AppletOE: Stub a bunch of functions required by libnx homebrew. | 2018-01-16 | 1 | -4/+62 | ||
| | | | ||||||
| * | | SVC: Correct some return values in svcGetInfo and added TitleId and ↵ | 2018-01-16 | 1 | -6/+21 | ||
| | | | | | | | | | | | | | | | PrivilegedProcessId stubs. # Conflicts: # src/core/hle/kernel/svc.cpp | |||||
| * | | SVC: Add 4.0.0+ comment to GetInfoType enum values. | 2018-01-16 | 1 | -0/+1 | ||
| | | | ||||||
| * | | IPC: Push domain objects as move handles when not in a domain. | 2018-01-16 | 2 | -2/+28 | ||
| | | | ||||||
| * | | Merge pull request #52 from ogniK5377/fsp | 2018-01-16 | 6 | -5/+90 | ||
| |\ \ | | | | | | | 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 | |||||
| | * | | Update memory.h | 2018-01-16 | 1 | -2/+2 | ||
| | | | | ||||||
| | * | | SetThreadCoreMask stub, time to implement fsp | 2018-01-16 | 1 | -1/+6 | ||
| | | | | ||||||
| | * | | implemented more of ISelfController and IApplicationFunctions | 2018-01-16 | 1 | -0/+53 | ||
| | | | | ||||||
| | * | | Added more svcGetInfo pairs | 2018-01-16 | 4 | -2/+29 | ||
| | | | | ||||||
| | * | | Increased heap size and changed tls area vaddr | 2018-01-16 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #44 from Rozelette/master | 2018-01-16 | 1 | -3/+7 | ||
| |\ \ \ | | | | | | | | | nso: Modify .bss size calculation logic | |||||
| | * | | | nso: Modify .bss size calculation logic | 2018-01-16 | 1 | -3/+7 | ||
| | | |/ | |/| | ||||||
| * | | | clang-format | 2018-01-16 | 13 | -37/+31 | ||
| | |/ |/| | ||||||
| * | | Build: Automagically handle unicorn | 2018-01-16 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | 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 | |||||
| * | | Build: Add unicorn as a submodule and build it if needed | 2018-01-16 | 1 | -1/+1 | ||
| |/ | | | | | | | 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. | |||||
| * | nso: Load subsdk4 if available. | 2018-01-15 | 1 | -1/+1 | ||
| | | ||||||
| * | pctl: Clang format. | 2018-01-15 | 1 | -1/+1 | ||
| | | ||||||
| * | pctl: GetService should return an IParentalControlService interface. | 2018-01-15 | 1 | -3/+8 | ||
| | | ||||||
| * | applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult. | 2018-01-15 | 1 | -2/+55 | ||
| | | ||||||
| * | settings: Fix button mappings array to have correct entries. | 2018-01-15 | 1 | -2/+6 | ||
| | | ||||||
| * | Merge pull request #16 from shinyquagsire23/hid-sharedmem-impl-start | 2018-01-15 | 3 | -17/+450 | ||
| |\ | | | | | HID Sharedmem Impl Start | |||||
| | * | hid: Bare-minimum sharedmem input | 2018-01-15 | 2 | -2/+88 | ||
| | | | ||||||
| | * | hid: Remove redundant HID prefix on structs/enums | 2018-01-15 | 1 | -73/+73 | ||
| | | | ||||||
| | * | settings: Screenshot button | 2018-01-15 | 1 | -0/+2 | ||
| | | | ||||||
| | * | settings: adjust button configs for Switch controllers | 2018-01-15 | 1 | -17/+50 | ||
| | | | ||||||
| | * | hid: Add sharedmem structs | 2018-01-15 | 1 | -0/+312 | ||
| | | | ||||||
| * | | vi: Add IManagerDisplayService::CloseDisplay function | 2018-01-15 | 1 | -0/+10 | ||
| |/ | ||||||
| * | Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue ↵ | 2018-01-14 | 1 | -1/+1 | ||
| | | | | | execution | |||||
| * | renderer: Render previous frame when no new one is available. | 2018-01-14 | 1 | -1/+4 | ||
| | | ||||||