| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func | 2016-06-10 | 2 | -39/+19 | ||
| | * | | | | | | 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 #1912 from yuriks/fix-win-deploy | 2016-06-15 | 1 | -5/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix AppVeyor WinSCP download | 2016-06-14 | 1 | -5/+3 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1875 from JayFoxRox/fog | 2016-06-15 | 9 | -48/+253 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | OpenGL: Implement fog | 2016-06-07 | 5 | -7/+124 | ||
| | * | | | | | | Rasterizer: Implement fog | 2016-06-07 | 1 | -21/+52 | ||
| | * | | | | | | Pica: Add fog state | 2016-06-07 | 3 | -14/+69 | ||
| | * | | | | | | OpenGL: Avoid undefined behaviour for UNIFORM_BLOCK_DATA_SIZE | 2016-06-07 | 2 | -6/+8 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #1842 from Subv/ports | 2016-06-11 | 8 | -3/+178 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Kernel/SVC: Implemented svcCreatePort. | 2016-06-11 | 6 | -3/+41 | ||
| | * | | | | | | Kernel: Added ClientPort and ServerPort classes. | 2016-06-05 | 6 | -2/+139 | ||
| * | | | | | | | Merge pull request #1899 from wwylele/hid-cmath | 2016-06-11 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | hid: add missing header | 2016-06-11 | 1 | -0/+2 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1897 from linkmauve/sdl2-config-fix | 2016-06-10 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb06... | 2016-06-11 | 1 | -1/+5 | ||
| * | | | | | | | | 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 | ||
| * | | | | | | | | Merge pull request #1896 from citra-emu/revert-1893-interpreter-split | 2016-06-10 | 5 | -2731/+2727 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Revert "Split huge interpreter source file into translation info and interpre... | 2016-06-10 | 5 | -2731/+2727 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1893 from archshift/interpreter-split | 2016-06-09 | 5 | -2727/+2731 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | 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 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1891 from shinyquagsire23/gdb-E0-fix | 2016-06-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | 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 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1884 from lioncash/dlp | 2016-06-06 | 10 | -23/+150 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | 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 | ||
| * | | | | | | Merge pull request #1871 from LFsWang/prevent-load-warn-msg | 2016-06-01 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | 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 | ||