| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: Fix QueryMemory response for MemoryInfo. | 2017-10-19 | 7 | -149/+31 | |
| | | |||||
| * | lm: Implement lm::Initialize and Logger::log. | 2017-10-18 | 2 | -3/+67 | |
| | | |||||
| * | hle_ipc: Only copy necessary fields for outgoing command buffer. | 2017-10-18 | 1 | -1/+1 | |
| | | |||||
| * | hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer. | 2017-10-18 | 2 | -14/+19 | |
| | | |||||
| * | service: Add CreatePort function (that does not register/install). | 2017-10-18 | 2 | -0/+12 | |
| | | |||||
| * | memory: Print addresses as 64-bit. | 2017-10-18 | 1 | -2/+2 | |
| | | |||||
| * | ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug). | 2017-10-17 | 1 | -3/+4 | |
| | | |||||
| * | service: Print correct command ID on unimplemented function. | 2017-10-17 | 1 | -1/+1 | |
| | | |||||
| * | hle: Implement ConvertSessionToDomain, various cleanups. | 2017-10-15 | 10 | -33/+82 | |
| | | |||||
| * | core: Refactor MakeMagic usage and remove dead code. | 2017-10-15 | 11 | -885/+18 | |
| | | |||||
| * | hle: Add service stubs for apm and appletOE. | 2017-10-14 | 10 | -2/+136 | |
| | | |||||
| * | hle: Initial implementation of NX service framework and IPC. | 2017-10-14 | 21 | -859/+574 | |
| | | |||||
| * | nso: Add a log for loading submodules. | 2017-10-14 | 1 | -0/+1 | |
| | | |||||
| * | svc: Some logging cleanup. | 2017-10-14 | 1 | -7/+5 | |
| | | |||||
| * | svc: Update MemoryInfo flags for 64-bit. | 2017-10-14 | 1 | -5/+5 | |
| | | |||||
| * | svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc. | 2017-10-14 | 1 | -1185/+185 | |
| | | |||||
| * | Remove more 3DS-specific code. | 2017-10-13 | 5 | -48/+3 | |
| | | |||||
| * | Remove more 3DS-specific code. | 2017-10-12 | 7 | -1414/+2 | |
| | | |||||
| * | Remove more 3DS-specific code. | 2017-10-12 | 3 | -55/+0 | |
| | | |||||
| * | Remove lots more 3DS-specific code. | 2017-10-12 | 50 | -6976/+8 | |
| | | |||||
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 200 | -22393/+2 | |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into nx | 2017-10-09 | 209 | -2333/+20476 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | ||||
| | * | Change command header in nwm::UDS Initialize function | 2017-10-09 | 1 | -1/+1 | |
| | | | |||||
| | * | Merge pull request #2991 from Subv/getpointer | 2017-10-08 | 3 | -63/+61 | |
| | |\ | | | | | | | Remove more usages of GetPointer. | ||||
| | | * | SVC: Removed GetPointer usage in the GetResourceLimit functions. | 2017-10-04 | 1 | -10/+16 | |
| | | | | |||||
| | | * | SVC: Remove GetPointer usage in CreatePort. | 2017-10-04 | 2 | -6/+4 | |
| | | | | |||||
| | | * | SVC: Replace GetPointer usage with ReadCString in ConnectToPort. | 2017-10-04 | 2 | -20/+9 | |
| | | | | |||||
| | | * | SVC: Replace GetPointer usage with ReadBlock in OutputDebugString. | 2017-10-04 | 2 | -4/+6 | |
| | | | | |||||
| | | * | SVC: Replace GetPointer usage with Read32 in ReplyAndReceive. | 2017-10-04 | 2 | -7/+6 | |
| | | | | |||||
| | | * | SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN. | 2017-10-04 | 2 | -8/+8 | |
| | | | | |||||
| | | * | Memory: Remove all GetPointer usages from the GDB stub. | 2017-10-04 | 1 | -8/+12 | |
| | | | | |||||
| | * | | Merge pull request #2975 from ↵ | 2017-10-06 | 7 | -78/+581 | |
| | |\ \ | | | | | | | | | | | | | | | | | shinyquagsire23/archive-ncch-container-and-override file_sys/archive_ncch: use NCCHs/.apps instead of .romfs files, NCCH section override | ||||
| | | * | | file_sys, loader: add support for reading TMDs to determine app paths | 2017-10-01 | 2 | -5/+27 | |
| | | | | | |||||
| | | * | | file_sys: add class for Title Metadata (TMD) | 2017-10-01 | 3 | -0/+338 | |
| | | | | | |||||
| | | * | | file_sys/ncch_container: add RomFS, ExeFS override to allow for backward ↵ | 2017-10-01 | 2 | -69/+206 | |
| | | | | | | | | | | | | | | | | | compatibility with existing .romfs system archive dumps | ||||
| | | * | | file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files | 2017-10-01 | 1 | -6/+12 | |
| | | | | | |||||
| | * | | | Merge pull request #2953 from Subv/applet_launch | 2017-10-04 | 2 | -30/+47 | |
| | |\ \ \ | | | | | | | | | | | HLE/APT: Always set up the APT parameter when starting a library applet. | ||||
| | | * | | | HLE/APT: Always set up the APT parameter when starting a library applet. | 2017-09-25 | 2 | -30/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only use the HLE interface if an HLE applet with the desired id was started. This commit reorganizes the APT code surrounding parameter creation and delivery to make it easier to support LLE applets in the future. As future work, the HLE applet interface can be reworked to utilize the same facilities as the LLE interface. | ||||
| | * | | | | Extracted the attribute setup and draw commands into their own functions | 2017-10-04 | 1 | -217/+222 | |
| | | | | | | |||||
| | * | | | | Merge pull request #2977 from Subv/shmem_create | 2017-10-03 | 1 | -15/+12 | |
| | |\ \ \ \ | | |_|_|/ | |/| | | | SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it | ||||
| | | * | | | Kernel/SharedMemory: Don't take over and unmap the source memory block when ↵ | 2017-10-02 | 1 | -15/+12 | |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | creating a shared memory, just reference it. Also reference the right offset into the backing block for the requested address. | ||||
| | * | | | Merge pull request #2971 from Subv/per_process_memops | 2017-10-01 | 4 | -22/+61 | |
| | |\ \ \ | | | | | | | | | | | Memory: Add overloads for ReadBlock and WriteBlock that operate on a specific process. | ||||
| | | * | | | Memory: Make WriteBlock take a Process parameter on which to operate | 2017-10-01 | 2 | -10/+19 | |
| | | | | | | |||||
| | | * | | | Memory: Make ReadBlock take a Process parameter on which to operate | 2017-10-01 | 2 | -12/+30 | |
| | | | | | | |||||
| | | * | | | Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. | 2017-10-01 | 2 | -0/+12 | |
| | | | | | | |||||
| | * | | | | Merge pull request #2974 from Subv/nim_event | 2017-10-01 | 3 | -2/+29 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | Services/NIM: Implement CheckForSysUpdateEvent. | ||||
| | | * | | | Services/NIM: Implement CheckForSysUpdateEvent. | 2017-09-30 | 3 | -2/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation verified by reverse engineering. This lets the Home Menu boot without crashing on startup. | ||||
| | * | | | | Moved down_count to CoreTiming | 2017-09-30 | 9 | -43/+33 | |
| | |/ / / | |||||
| | * | | | Services/UDS: Handle the rest of the connection sequence. (#2963) | 2017-09-30 | 3 | -19/+250 | |
| | | | | | | | | | | | | | Services/UDS: Handle the rest of the connection sequence. | ||||
| | * | | | Merge pull request #2946 from Subv/home_menu_apt | 2017-09-30 | 3 | -8/+45 | |
| | |\ \ \ | | | | | | | | | | | Implement PrepareToStartNewestHomeMenu and fixed an APT regression. | ||||