aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/log_manager.cpp
Commit message (Collapse)AuthorAge
* Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-25
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* Add a GUI logging channel.Gravatar Tony Wasserka2014-11-18
| | | | Replace asserts with _dbg_assert_.
* Added configuration file system.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Common: Rename the File namespace to FileUtil, to match the filename and ↵Gravatar Emmanuel Gil Peyrot2014-09-17
| | | | prevent collisions.
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\ | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
* | common: Prune all redundant includesGravatar archshift2014-09-08
| |
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|/
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-12
| |
| * log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei2014-06-01
| |
| * log: fixed to not print twice, enabled coloring, added OS print logging as ↵Gravatar bunnei2014-05-29
|/ | | | its own type
* added kernel logger to commonGravatar bunnei2014-05-09
|
* logger fix for linuxGravatar bunnei2014-05-07
|
* added GSP to loggersGravatar bunnei2014-05-07
|
* - added better SVC loggingGravatar bunnei2014-05-06
| | | | - added stubs for GetResourceLimit and GetResourceLimitCurrentValues SVCs
* added NDMA hardware interfaceGravatar bunnei2014-04-17
|
* added logger for generic HLEGravatar bunnei2014-04-10
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08