| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: Remove unused log arguments | 2014-12-13 | 1 | -3/+3 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | 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 shared font loading | ||||
| | * | 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 | |
| | | | | | | | | | - Linear simply indicates that the mapped physical address is always MappedVAddr+0x0C000000, thus this memory can be used for hardware devices' DMA (such as the GPU). | ||||
| * | | Merge pull request #261 from neobrain/boost | 2014-12-12 | 2 | -9/+13 | |
| |\ \ | | | | | | | Add Boost as a submodule and add some minor cleanups using Boost.Range | ||||
| | * | | StringUtil: Perform some minimal cleanup. | 2014-12-07 | 1 | -3/+3 | |
| | | | | |||||
| | * | | Integrate Boost into build system and perform a trivial cleanup in ↵ | 2014-12-07 | 1 | -6/+10 | |
| | | | | | | | | | | | | | vertex_shader.cpp. | ||||
| * | | | DSP: Added stub for ReadPipeIfPossible. | 2014-12-12 | 1 | -1/+45 | |
| | |/ |/| | |||||
| * | | Merge pull request #256 from Subv/mutex | 2014-12-10 | 3 | -37/+67 | |
| |\ \ | | | | | | | Kernel/Mutex: Properly lock the mutex when a thread enters it | ||||
| | * | | Mutex: Remove some forward declarations | 2014-12-07 | 1 | -16/+15 | |
| | | | | | | | | | | | | | Moved Mutex::WaitSynchronization to the end of the file. | ||||
| | * | | 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 | |
| | | | | | | | | | | | | | Also resume only the next immediate thread waiting for the mutex when it is released, instead of resuming them all. | ||||
| * | | | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵ | 2014-12-10 | 1 | -44/+48 | |
| | | | | | | | | | | | | | correct error in GetCountryCodeID. | ||||
| * | | | Merge pull request #243 from bunnei/fix-gsp-synch | 2014-12-10 | 5 | -14/+33 | |
| |\ \ \ | | | | | | | | | Fix gsp synch | ||||
| | * | | | 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 | |
| | | | | | |||||
| * | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | 2014-12-09 | 1 | -2/+2 | |
| |/ / / | |||||
| * | | | Remove unused NDMA module | 2014-12-09 | 6 | -90/+0 | |
| | | | | |||||
| * | | | More cleanups. | 2014-12-09 | 2 | -6/+13 | |
| | | | | |||||
| * | | | Pica: Re-enable command names on MSVC. | 2014-12-09 | 1 | -5/+0 | |
| | | | | | | | | | | | | | The affected code is no longer limited by compiler support on that platform. | ||||
| * | | | citra-qt: Rename "Stop Tracing" to "Finish Tracing". | 2014-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This better reflects that no commands are supposed to show up until you hit the button a second time. | ||||
| * | | | More coding style fixes. | 2014-12-09 | 3 | -8/+14 | |
| | | | | |||||
| * | | | Some code cleanup. | 2014-12-09 | 8 | -67/+66 | |
| | | | | |||||
| * | | | citra-qt: Add pica framebuffer widget. | 2014-12-09 | 4 | -0/+382 | |
| | | | | |||||
| * | | | citra_qt: Add enhanced texture debugging widgets. | 2014-12-09 | 5 | -19/+209 | |
| | | | | | | | | | | | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area. | ||||
| * | | | citra-qt: Add texture viewer to Pica command list. | 2014-12-09 | 4 | -22/+116 | |
| | | | | | | | | | | | | | The texture viewer is enabled when selecting a write command to one of the texture config registers. | ||||
| * | | | Add GUI widget for controlling pica breakpoints. | 2014-12-09 | 4 | -0/+339 | |
| | | | | |||||
| * | | | Pica/DebugUtils: Add breakpoint functionality. | 2014-12-09 | 5 | -2/+204 | |
| | | | | |||||
| * | | | citra-qt: Polish the pica tracing widget. | 2014-12-09 | 2 | -1/+26 | |
| | | | | | | | | | | | | | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers. | ||||
| * | | | citra-qt: Add a utility spinbox class called CSpinBox. | 2014-12-09 | 3 | -0/+393 | |
| | | | | | | | | | | | | | | | | | | | | | | This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway. | ||||
| * | | | Build fix for something which shouldn't have compiled successfully to begin ↵ | 2014-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | with. | ||||
| * | | | Fix some headers to include their dependencies properly. | 2014-12-09 | 2 | -0/+7 | |
| | | | | |||||
| * | | | Merge pull request #217 from archshift/cmd_buff | 2014-12-08 | 1 | -12/+12 | |
| |\ \ \ | | | | | | | | | Log the cmd_buff arguments when citra comes across an unimplemented function | ||||
| | * | | | Log the cmd_buff arguments when citra comes across an unimplemented function | 2014-11-24 | 1 | -12/+12 | |
| | | | | | |||||
| * | | | | Thread: Fixed to wait on address when in arbitration. | 2014-12-08 | 3 | -11/+31 | |
| | | | | | |||||
| * | | | | Merge pull request #244 from bunnei/cleanup-memmap | 2014-12-08 | 2 | -31/+21 | |
| |\ \ \ \ | | | | | | | | | | | MemMap: Updated memory map to subtract base address instead of mask. | ||||
| | * | | | | MemMap: Updated memory map to subtract base address instead of mask. | 2014-12-03 | 2 | -31/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp | ||||
| * | | | | | Merge pull request #263 from lioncash/sasx | 2014-12-08 | 1 | -4/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix emulation of SASX and SSAX instructions. | ||||