summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update fmtlib to fix msvc warningsGravatar James Rowe2018-04-052-5/+8
| | | | | | Additionally, when updating fmtlib, there was a change in fmtlib broke how the old logging macro was overloaded, so this works around that by just naming the fmtlib macro impl something different
* logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADICGravatar Daniel Lim Wee Soong2018-04-032-5/+11
| | | | Due to premature merging of #262 I think the build may be failing right now. Should merge this ASAP to fix it.
* Merge pull request #262 from daniellimws/fmtlib-macrosGravatar bunnei2018-04-0210-67/+111
|\ | | | | Logging: Add fmtlib-based macros
| * Remove dependency chronoGravatar Daniel Lim Wee Soong2018-03-221-1/+0
| | | | | | | | | | | | Earlier chrono was included but after some code changed it was no longer needed Forgot to remove it so I'm removing it now
| * Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-2210-67/+112
| | | | | | | | | | | | | | | | | | Add a new set of logging macros based on fmtlib Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533 Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet so FMT_VARIADIC is used.
* | Merge pull request #276 from N00byKing/acctoyuzuGravatar bunnei2018-04-021-1/+1
|\ \ | | | | | | Change Telemetry Names to yuzu and remove links to citra
| * | telemetry.h: Reword comment from citra to yuzuGravatar N00byKing2018-03-271-1/+1
| | |
* | | common: fix swap functions on Bitrig and OpenBSDGravatar Daniel Lim Wee Soong2018-04-031-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | swap{16,32,64} are defined as macros on the two, but client code tries to invoke them as Common::swap{16,32,64}, which naturally doesn't work. This hack redefines the macros as inline functions in the Common namespace: the bodies of the functions are the same as the original macros, but relying on OS-specific implementation details like this is of course brittle.
* | | service: Add NFP module interface.Gravatar bunnei2018-03-292-0/+2
|/ / | | | | | | | | | | service: Initialize NFP service. Log: Add NFP service as a log subtype.
* | log.h: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
| |
* | file_util.h: Update Comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
| |
* | cpu_detect.cpp: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
| |
* | Service/SSL: add ssl serviceGravatar mailwl2018-03-232-0/+2
| |
* | Service/spl: add module and servicesGravatar mailwl2018-03-222-0/+2
| |
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtGravatar N00byKing2018-03-212-35/+0
| |
* | Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-202-0/+2
|/
* Merge pull request #206 from mailwl/aoc-listaddoncontentGravatar bunnei2018-02-202-0/+2
|\ | | | | Service/AOC: stub ListAddOnContent function
| * Service/AOC: stub ListAddOnContent functionGravatar mailwl2018-02-202-0/+2
| |
* | logging: Add category for Friend service.Gravatar bunnei2018-02-192-0/+2
|/
* log: Add logging category for NS services.Gravatar bunnei2018-02-142-0/+2
|
* logger: Add Time service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add SET service logging category.Gravatar bunnei2018-02-042-15/+11
|
* logger: Add PCTL service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add LM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add APM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add NIFM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add VI service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add AM service logging category.Gravatar bunnei2018-02-042-0/+2
|
* logger: Add "account" service logging category.Gravatar bunnei2018-02-042-0/+2
|
* audout:u OpenAudioOut and IAudioOut (#138)Gravatar st4rk2018-01-242-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
* logging: add missing NVDRV subclass to macro listGravatar Rozlette2018-01-231-0/+1
|
* Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)Gravatar David2018-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid * used clang-format-3.9 instead * lowercase pid * Moved nvmemp handlers to cpp * Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG * using std::arrays instead of c arrays * nvhost get config now uses std::array completely * added pid logging back * updated cmakelist * missing includes * added array, removed memcpy * clang-format6.0
* Fix spelling error in CMakeListsGravatar Matthew Brener2018-01-211-1/+1
| | | Minor spelling error of its --> it's
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-2019-43/+87
|
* Merge pull request #84 from lioncash/cmakeGravatar bunnei2018-01-181-63/+57
|\ | | | | CMakeLists: Derive the source directory grouping from targets themselves
| * CMakeLists: Derive the source directory grouping from targets themselvesGravatar Lioncash2018-01-171-63/+57
| | | | | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* | telemetry: Silence initialization order warningsGravatar Lioncash2018-01-171-2/+2
|/
* loggin: Add IPC logging category.Gravatar bunnei2018-01-172-1/+3
|
* Minor cleanupGravatar MerryMage2018-01-131-1/+1
|
* Removing unused settings and yuzu rebrandingGravatar James Rowe2018-01-121-5/+1
|
* fix macos buildGravatar MerryMage2018-01-081-1/+1
|
* CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n302018-01-082-0/+123
| | | | * CoreTiming: New CoreTiming; Add Test for CoreTiming
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-232-2/+2
|
* core: Refactor MakeMagic usage and remove dead code.Gravatar bunnei2017-10-151-0/+8
|
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-142-2/+2
|
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-102-42/+0
|
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-097-18/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h
| * Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-303-11/+5
| |
| * Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.Gravatar Subv2017-09-271-4/+8
| | | | | | | | | | It is unlikely we will ever use this without first doing a Cast to a signed type. Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3
| * Merge pull request #2822 from wwylele/sw_lighting-2Gravatar Weiyi Wang2017-08-092-4/+8
| |\ | | | | | | Implement fragment lighting in the sw renderer (take 2)