| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | 2016-06-10 | 2 | -39/+19 | ||
| | | | | | | | | | | | | | | | | | | | This allows us to get the addressing operation for STRT, LDRT, STRBT, and LDRBT. We do this so that translation functions don't need to see the addressing ops directly. | |||||
| | * | | arm_dyncom_interpreter: rename operation functions to fit style guide | 2016-06-10 | 2 | -34/+34 | ||
| | | | | ||||||
| | * | | arm_dyncom_interpreter: Rename anonymous enum to TransExtData | 2016-06-10 | 4 | -166/+164 | ||
| | | | | ||||||
| | * | | arm_dyncom_interpreter.cpp: #include translation info from inc files | 2016-06-10 | 3 | -2648/+2652 | ||
| | | | | ||||||
| * | | | Merge pull request #1842 from Subv/ports | 2016-06-11 | 8 | -3/+178 | ||
| |\ \ \ | | | | | | | | | Kernel: Added ClientPort and ServerPort classes, along with svcCreatePort. | |||||
| | * | | | Kernel/SVC: Implemented svcCreatePort. | 2016-06-11 | 6 | -3/+41 | ||
| | | | | | ||||||
| | * | | | Kernel: Added ClientPort and ServerPort classes. | 2016-06-05 | 6 | -2/+139 | ||
| | | | | | | | | | | | | | | | | | This is part of an ongoing effort to implement support for multiple processes. | |||||
| * | | | | hid: add missing header | 2016-06-11 | 1 | -0/+2 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1789 from wwylele/input-refactor | 2016-06-10 | 3 | -40/+53 | ||
| |\ \ \ \ | | | | | | | | | | | Refactor input mapping & implement circle pad modifier | |||||
| | * | | | | fixup! fixup! Refactor input system | 2016-05-15 | 1 | -1/+1 | ||
| | | | | | | ||||||
| | * | | | | implement circle pad modifier | 2016-05-15 | 1 | -1/+5 | ||
| | | | | | | ||||||
| | * | | | | Refactor input subsystem | 2016-05-15 | 3 | -40/+49 | ||
| | | | | | | ||||||
| * | | | | | Revert "Split huge interpreter source file into translation info and ↵ | 2016-06-10 | 5 | -2731/+2727 | ||
| | | | | | | | | | | | | | | | | | | | | | interpreter (+ some tiny misc style fixes)" | |||||
| * | | | | | arm_dyncom_interpreter: rename operation functions to fit style guide | 2016-06-08 | 2 | -42/+42 | ||
| | | | | | | ||||||
| * | | | | | arm_dyncom_interpreter.cpp: Split by translation and interpreter logic | 2016-06-08 | 5 | -2727/+2731 | ||
| | |_|/ / |/| | | | | | | | | | | | | | | | To facilitate the split, some small changes were made to names of various structures and functions. | |||||
| * | | | | gdbstub: E0 should be E00 | 2016-06-08 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | service: Add other DLP services | 2016-06-04 | 10 | -23/+150 | ||
| | |/ / |/| | | | | | | | | | | | | | | Specifically, dlp::CLNT and dlp::FKCL Moves them to their own folder like with other services. | |||||
| * | | | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | 2016-06-01 | 2 | -15/+22 | ||
| | |/ |/| | ||||||
| * | | Merge pull request #1692 from Subv/rm_getpointer2 | 2016-05-29 | 17 | -138/+454 | ||
| |\ \ | | | | | | | Memory: Remove most usages of GetPointer | |||||
| | * | | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ↵ | 2016-05-28 | 2 | -2/+60 | ||
| | | | | | | | | | | | | | in the memory block manipulation functions. | |||||
| | * | | Memory: Make ReadBlock and WriteBlock accept void pointers. | 2016-05-28 | 5 | -21/+19 | ||
| | | | | ||||||
| | * | | SOC_U: Remove usage of GetPointer | 2016-05-28 | 1 | -27/+73 | ||
| | | | | ||||||
| | * | | SSL_C: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -4/+3 | ||
| | | | | ||||||
| | * | | GSP_GPU: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -33/+50 | ||
| | | | | ||||||
| | * | | Memory: CopyBlock | 2016-05-28 | 2 | -2/+43 | ||
| | | | | ||||||
| | * | | DSP_DSP: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+10 | ||
| | | | | ||||||
| | * | | FS/Archive: Remove use of Memory::GetPointer | 2016-05-28 | 1 | -7/+14 | ||
| | | | | ||||||
| | * | | CFG: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -6/+10 | ||
| | | | | ||||||
| | * | | APT: Remove use of Memory::GetPointer | 2016-05-21 | 5 | -35/+36 | ||
| | | | | ||||||
| | * | | Kernel/Thread: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | Applets/swkdb: Remove use of Memory::GetPointer | 2016-05-21 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | Memory: ZeroBlock | 2016-05-21 | 2 | -0/+39 | ||
| | | | | ||||||
| | * | | FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlock | 2016-05-21 | 1 | -6/+6 | ||
| | | | | ||||||
| | * | | Memory: ReadBlock/WriteBlock | 2016-05-21 | 3 | -4/+81 | ||
| | | | | ||||||
| | * | | Memory: IsValidVirtualAddress/IsValidPhysicalAddress | 2016-05-21 | 3 | -0/+26 | ||
| | | | | ||||||
| * | | | Merge pull request #1756 from wwylele/config-cleanup | 2016-05-28 | 1 | -29/+13 | ||
| |\ \ \ | | | | | | | | | Config block: clean up | |||||
| | * | | | clean up config block | 2016-05-03 | 1 | -29/+13 | ||
| | | | | | ||||||
| * | | | | Merge pull request #1568 from JayFoxRox/fix-printf | 2016-05-26 | 3 | -26/+61 | ||
| |\ \ \ \ | | | | | | | | | | | Fix ftoi and disable VFPv3 | |||||
| | * | | | | Fix ftoi behaviour | 2016-05-16 | 2 | -22/+53 | ||
| | | | | | | ||||||
| | * | | | | Respect fpscr in ftoiz | 2016-05-16 | 2 | -4/+4 | ||
| | | | | | | ||||||
| | * | | | | Disable VFP3 instructions | 2016-05-16 | 1 | -0/+4 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #1810 from JayFoxRox/fix-float-exceptions | 2016-05-26 | 3 | -91/+130 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Fix float exceptions | |||||
| | * | | | | | Remove `exceptions` parameter from `normaliseround` VFP functions | 2016-05-18 | 3 | -28/+57 | ||
| | | | | | | | ||||||
| | * | | | | | Fix exception propagation for VFP single precision | 2016-05-18 | 2 | -33/+38 | ||
| | | | | | | | ||||||
| | * | | | | | Fix exception propagation for VFP double precision | 2016-05-18 | 2 | -34/+39 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1855 from MerryMage/memory-headers-20160526 | 2016-05-26 | 2 | -1/+2 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Memory: Added necessary headers and removed unnecessary header | |||||
| | * | | | | | Memory: Added necessary headers and removed unnecessary header | 2016-05-26 | 2 | -1/+2 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1817 from linkmauve/smdh-stuff | 2016-05-25 | 10 | -105/+198 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Improve SMDH support in loaders and frontends | |||||
| | * | | | | | Loader: Split SMDH into its own header and import helpers from QGameList | 2016-05-21 | 4 | -47/+138 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Also rewrite Qt wrappers to use those. | |||||
| | * | | | | | CitraQt: Simplify the game list loader code | 2016-05-21 | 2 | -14/+12 | ||
| | | | | | | | ||||||