aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-13
|
* Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-13
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-13
|
* doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespacesGravatar Yuri Kunde Schlesner2014-12-13
|
* Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
|
* Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
|
* Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-12
|\ | | | | APT shared font loading
| * APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-12
| |
* | Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-12
|\ \ | | | | | | Add Boost as a submodule and add some minor cleanups using Boost.Range
* \ \ Merge pull request #268 from bunnei/dsp-read-pipe-if-possibleGravatar bunnei2014-12-12
|\ \ \ | | | | | | | | DSP: Added stub for ReadPipeIfPossible.
| * | | DSP: Added stub for ReadPipeIfPossible.Gravatar bunnei2014-12-12
|/ / /
| | * Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei2014-12-12
| | |
| | * MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-12
| |/ |/| | | | | - 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 #256 from Subv/mutexGravatar bunnei2014-12-10
|\ \ | | | | | | Kernel/Mutex: Properly lock the mutex when a thread enters it
* \ \ Merge pull request #239 from linkmauve/country-codesGravatar bunnei2014-12-10
|\ \ \ | | | | | | | | CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID
| * | | CFG:U: Store country codes as u16 instead of char pointers, and return the ↵Gravatar Emmanuel Gil Peyrot2014-12-10
|/ / / | | | | | | | | | correct error in GetCountryCodeID.
* | | Merge pull request #243 from bunnei/fix-gsp-synchGravatar bunnei2014-12-10
|\ \ \ | | | | | | | | Fix gsp synch
* \ \ \ Merge pull request #269 from archshift/leGravatar bunnei2014-12-10
|\ \ \ \ | | | | | | | | | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver
| * | | | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-09
|/ / / /
| * | | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-09
| | | |
| * | | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-09
| | | |
| * | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-09
| | | |
| * | | GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-09
|/ / /
* | | Merge pull request #266 from yuriks/remove-ndmaGravatar bunnei2014-12-09
|\ \ \ | | | | | | | | Remove unused NDMA module.
| * | | Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
|/ / /
* | | Merge pull request #218 from neobrain/pica_debuggerGravatar bunnei2014-12-09
|\ \ \ | | | | | | | | Pica debugger improvements
| * | | More cleanups.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | Pica: Re-enable command names on MSVC.Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | The affected code is no longer limited by compiler support on that platform.
| * | | citra-qt: Rename "Stop Tracing" to "Finish Tracing".Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
| * | | More coding style fixes.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | Some code cleanup.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | citra-qt: Add pica framebuffer widget.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | 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.Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
| * | | Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-09
| | | |
| * | | citra-qt: Polish the pica tracing widget.Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers.
| * | | citra-qt: Add a utility spinbox class called CSpinBox.Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵Gravatar Tony Wasserka2014-12-09
| | | | | | | | | | | | | | | | with.
| * | | Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-09
|/ / /
* | | Merge pull request #217 from archshift/cmd_buffGravatar bunnei2014-12-08
|\ \ \ | | | | | | | | Log the cmd_buff arguments when citra comes across an unimplemented function
* \ \ \ Merge pull request #242 from bunnei/fix-address-arbitersGravatar bunnei2014-12-08
|\ \ \ \ | | | | | | | | | | Thread: Fixed to wait on address when in arbitration.
| * | | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-08
|/ / / /
* | | | Merge pull request #244 from bunnei/cleanup-memmapGravatar bunnei2014-12-08
|\ \ \ \ | | | | | | | | | | MemMap: Updated memory map to subtract base address instead of mask.
* \ \ \ \ Merge pull request #263 from lioncash/sasxGravatar bunnei2014-12-08
|\ \ \ \ \ | | | | | | | | | | | | Fix emulation of SASX and SSAX instructions.
* \ \ \ \ \ Merge pull request #259 from ichfly/masterGravatar bunnei2014-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Loader: Add 3DSX support
* \ \ \ \ \ \ Merge pull request #264 from Subv/filesGravatar bunnei2014-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Kernel/File: Fixed file read/write hwtests