| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #1789 from wwylele/input-refactor | 2016-06-10 | 12 | -75/+315 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | fixup! fixup! Refactor input system | 2016-05-15 | 3 | -8/+8 | ||
| | * | | | | | | | fixup! Refactor input system | 2016-05-15 | 2 | -20/+24 | ||
| | * | | | | | | | implement circle pad modifier | 2016-05-15 | 6 | -5/+37 | ||
| | * | | | | | | | Refactor input subsystem | 2016-05-15 | 12 | -75/+279 | ||
| * | | | | | | | | Revert "Split huge interpreter source file into translation info and interpre... | 2016-06-10 | 5 | -2731/+2727 | ||
| * | | | | | | | | 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 | ||
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | gdbstub: E0 should be E00 | 2016-06-08 | 1 | -1/+1 | ||
| * | | | | | | | Merge pull request #1765 from JayFoxRox/debug-surface-viewer | 2016-06-07 | 9 | -583/+876 | ||
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' | 2016-05-07 | 9 | -583/+876 | ||
| * | | | | | | | Merge pull request #1873 from archshift/remove-config | 2016-06-06 | 6 | -671/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Remove unused and bitrotted "controller config" files | 2016-06-01 | 6 | -671/+0 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | service: Add other DLP services | 2016-06-04 | 10 | -23/+150 | ||
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1863 from mailwl/gpu-threadid-reset | 2016-06-02 | 3 | -16/+23 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueue | 2016-06-01 | 3 | -16/+23 | ||
| * | | | | | | AddFstEntriesToGameList - prevent loading a directory | 2016-06-01 | 1 | -3/+3 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1812 from JayFoxRox/refactor-shader | 2016-05-31 | 4 | -64/+81 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Retrieve shader result from new OutputRegisters-type | 2016-05-16 | 4 | -64/+81 | ||
| * | | | | | Merge pull request #1751 from linkmauve/no-recursive-readdir | 2016-05-30 | 4 | -30/+43 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | Common: Make recursive FileUtil functions take a maximum recursion | 2016-05-21 | 4 | -30/+43 | ||
| * | | | | | Merge pull request #1692 from Subv/rm_getpointer2 | 2016-05-29 | 18 | -139/+458 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ... | 2016-05-28 | 2 | -2/+60 | ||
| | * | | | | | 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 | ||
| | * | | | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAdd... | 2016-05-21 | 1 | -1/+4 | ||
| | * | | | | | 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 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | clean up config block | 2016-05-03 | 1 | -29/+13 | ||
| * | | | | | | Merge pull request #1857 from MerryMage/rotr-rotl | 2016-05-27 | 1 | -12/+18 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | common_funcs: Provide rotr and rotl for MSVC | 2016-05-27 | 1 | -12/+18 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1568 from JayFoxRox/fix-printf | 2016-05-26 | 3 | -26/+61 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | 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 | ||