| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #273 from bunnei/more-skyeye-fixes | 2014-12-14 | 3 | -419/+485 | ||
| |\ \ \ \ | ||||||
| | * | | | | ARM: Pull some SkyEye fixes from 3dmoo. | 2014-12-14 | 3 | -419/+485 | ||
| * | | | | | Merge pull request #257 from lioncash/gitignore | 2014-12-14 | 1 | -0/+16 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Update gitignore with OS-specific global filetypes. | 2014-12-14 | 1 | -0/+16 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #278 from yuriks/log-colors | 2014-12-14 | 2 | -13/+25 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Restore the original console color after logging a message. | 2014-12-14 | 2 | -13/+25 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #274 from lioncash/kernel | 2014-12-13 | 1 | -3/+3 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | kernel: Remove unused log arguments | 2014-12-13 | 1 | -3/+3 | ||
| |/ / / | ||||||
| * | | | Merge pull request #258 from yuriks/log-ng | 2014-12-12 | 87 | -1375/+1529 | ||
| |\ \ \ | ||||||
| | * | | | Remove old logging system | 2014-12-13 | 7 | -851/+2 | ||
| | * | | | Add configurable per-class log filtering | 2014-12-13 | 11 | -14/+223 | ||
| | * | | | Convert old logging calls to new logging macros | 2014-12-13 | 65 | -516/+502 | ||
| | * | | | Implement text path trimming for shorter paths. | 2014-12-13 | 3 | -1/+53 | ||
| | * | | | Re-add coloring to the console logging output. | 2014-12-13 | 1 | -0/+50 | ||
| | * | | | New logging system | 2014-12-13 | 14 | -74/+743 | ||
| | * | | | Add SCOPE_EXIT macro to conveniently execute cleanup actions | 2014-12-13 | 2 | -0/+38 | ||
| | * | | | doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces | 2014-12-13 | 1 | -1/+1 | ||
| | * | | | Added missing include in common_funcs.h | 2014-12-13 | 1 | -0/+1 | ||
| | * | | | Remove redundant include from common_funcs.h | 2014-12-13 | 1 | -2/+0 | ||
| |/ / / | ||||||
| * | | | Merge pull request #267 from bunnei/apt-shared-font | 2014-12-12 | 9 | -94/+140 | ||
| |\ \ \ | ||||||
| | * | | | APT_U: Added GetSharedFont service function. | 2014-12-12 | 2 | -34/+103 | ||
| | * | | | Common: Add "sysdata" to GetUserPath and cleanup. | 2014-12-12 | 3 | -26/+3 | ||
| | * | | | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | 2014-12-12 | 5 | -34/+34 | ||
| * | | | | Merge pull request #261 from neobrain/boost | 2014-12-12 | 5 | -9/+24 | ||
| |\ \ \ \ | ||||||
| | * | | | | StringUtil: Perform some minimal cleanup. | 2014-12-07 | 1 | -3/+3 | ||
| | * | | | | Integrate Boost into build system and perform a trivial cleanup in vertex_sha... | 2014-12-07 | 2 | -6/+18 | ||
| | * | | | | externals: Add boost submodule. | 2014-12-07 | 2 | -0/+3 | ||
| * | | | | | Merge pull request #268 from bunnei/dsp-read-pipe-if-possible | 2014-12-12 | 1 | -1/+45 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | DSP: Added stub for ReadPipeIfPossible. | 2014-12-12 | 1 | -1/+45 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #256 from Subv/mutex | 2014-12-10 | 3 | -37/+67 | ||
| |\ \ \ \ | ||||||
| | * | | | | Mutex: Remove some forward declarations | 2014-12-07 | 1 | -16/+15 | ||
| | * | | | | Mutex: Release all held mutexes when a thread exits. | 2014-12-07 | 3 | -22/+56 | ||
| | * | | | | Mutex: Properly lock the mutex when a thread enters it | 2014-12-05 | 1 | -12/+9 | ||
| * | | | | | Merge pull request #239 from linkmauve/country-codes | 2014-12-10 | 1 | -44/+48 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | CFG:U: Store country codes as u16 instead of char pointers, and return the co... | 2014-12-10 | 1 | -44/+48 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #243 from bunnei/fix-gsp-synch | 2014-12-10 | 5 | -14/+33 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | GSP: Trigger GPU interrupts at more accurate locations. | 2014-12-09 | 3 | -8/+21 | ||
| | * | | | | | GSP: Updated TriggerCmdReqQueue to return success code. | 2014-12-09 | 1 | -0/+3 | ||
| | * | | | | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | 2014-12-09 | 1 | -1/+4 | ||
| | * | | | | | GPU: Fixed bug in command list size decoding. | 2014-12-09 | 4 | -5/+5 | ||
| * | | | | | | Merge pull request #269 from archshift/le | 2014-12-10 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | 2014-12-09 | 1 | -2/+2 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #266 from yuriks/remove-ndma | 2014-12-09 | 6 | -90/+0 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove unused NDMA module | 2014-12-09 | 6 | -90/+0 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #218 from neobrain/pica_debugger | 2014-12-09 | 18 | -49/+1688 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | More cleanups. | 2014-12-09 | 2 | -6/+13 | ||
| | * | | | | | Pica: Re-enable command names on MSVC. | 2014-12-09 | 1 | -5/+0 | ||
| | * | | | | | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | 2014-12-09 | 1 | -1/+1 | ||
| | * | | | | | More coding style fixes. | 2014-12-09 | 3 | -8/+14 | ||
| | * | | | | | Some code cleanup. | 2014-12-09 | 8 | -67/+66 | ||