summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #273 from bunnei/more-skyeye-fixesGravatar bunnei2014-12-143-419/+485
|\ \ \ \
| * | | | ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-143-419/+485
* | | | | Merge pull request #257 from lioncash/gitignoreGravatar Tony Wasserka2014-12-141-0/+16
|\ \ \ \ \
| * | | | | Update gitignore with OS-specific global filetypes.Gravatar Lioncash2014-12-141-0/+16
| |/ / / /
* | | | | Merge pull request #278 from yuriks/log-colorsGravatar bunnei2014-12-142-13/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-142-13/+25
|/ / / /
* | | | Merge pull request #274 from lioncash/kernelGravatar bunnei2014-12-131-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | kernel: Remove unused log argumentsGravatar Lioncash2014-12-131-3/+3
|/ / /
* | | Merge pull request #258 from yuriks/log-ngGravatar bunnei2014-12-1287-1375/+1529
|\ \ \
| * | | Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-137-851/+2
| * | | Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-1311-14/+223
| * | | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-1365-516/+502
| * | | Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-133-1/+53
| * | | Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-131-0/+50
| * | | New logging systemGravatar Yuri Kunde Schlesner2014-12-1314-74/+743
| * | | Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-132-0/+38
| * | | doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespacesGravatar Yuri Kunde Schlesner2014-12-131-1/+1
| * | | Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-0/+1
| * | | Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-131-2/+0
|/ / /
* | | Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-129-94/+140
|\ \ \
| * | | APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-122-34/+103
| * | | Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei2014-12-123-26/+3
| * | | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-125-34/+34
* | | | Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-125-9/+24
|\ \ \ \
| * | | | StringUtil: Perform some minimal cleanup.Gravatar Tony Wasserka2014-12-071-3/+3
| * | | | Integrate Boost into build system and perform a trivial cleanup in vertex_sha...Gravatar Tony Wasserka2014-12-072-6/+18
| * | | | externals: Add boost submodule.Gravatar Tony Wasserka2014-12-072-0/+3
* | | | | Merge pull request #268 from bunnei/dsp-read-pipe-if-possibleGravatar bunnei2014-12-121-1/+45
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DSP: Added stub for ReadPipeIfPossible.Gravatar bunnei2014-12-121-1/+45
|/ / / /
* | | | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-103-37/+67
|\ \ \ \
| * | | | Mutex: Remove some forward declarationsGravatar Subv2014-12-071-16/+15
| * | | | Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-073-22/+56
| * | | | Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-051-12/+9
* | | | | Merge pull request #239 from linkmauve/country-codesGravatar bunnei2014-12-101-44/+48
|\ \ \ \ \
| * | | | | CFG:U: Store country codes as u16 instead of char pointers, and return the co...Gravatar Emmanuel Gil Peyrot2014-12-101-44/+48
|/ / / / /
* | | | | Merge pull request #243 from bunnei/fix-gsp-synchGravatar bunnei2014-12-105-14/+33
|\ \ \ \ \
| * | | | | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-093-8/+21
| * | | | | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-091-0/+3
| * | | | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-091-1/+4
| * | | | | GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-094-5/+5
* | | | | | Merge pull request #269 from archshift/leGravatar bunnei2014-12-101-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-091-2/+2
|/ / / / /
* | | | | Merge pull request #266 from yuriks/remove-ndmaGravatar bunnei2014-12-096-90/+0
|\ \ \ \ \
| * | | | | Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-096-90/+0
|/ / / / /
* | | | | Merge pull request #218 from neobrain/pica_debuggerGravatar bunnei2014-12-0918-49/+1688
|\ \ \ \ \
| * | | | | More cleanups.Gravatar Tony Wasserka2014-12-092-6/+13
| * | | | | Pica: Re-enable command names on MSVC.Gravatar Tony Wasserka2014-12-091-5/+0
| * | | | | citra-qt: Rename "Stop Tracing" to "Finish Tracing".Gravatar Tony Wasserka2014-12-091-1/+1
| * | | | | More coding style fixes.Gravatar Tony Wasserka2014-12-093-8/+14
| * | | | | Some code cleanup.Gravatar Tony Wasserka2014-12-098-67/+66