yuzu/src/common
st4rk 44eb840232 audout:u OpenAudioOut and IAudioOut (#138)
* 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
2018-01-24 22:17:54 -05:00
..
logging audout:u OpenAudioOut and IAudioOut (#138) 2018-01-24 22:17:54 -05:00
x64 Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
alignment.h PICA: Align vertex attributes 2016-03-13 04:54:23 +01:00
assert.h fix macos build 2018-01-08 19:20:10 -05:00
bit_field.h Common: Clean up meta-template logic in BitField 2017-05-24 21:06:00 -07:00
bit_set.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
break_points.cpp Remove unused import in break_points.cpp (#2763) 2017-06-08 21:16:46 -07:00
break_points.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
chunk_file.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
CMakeLists.txt Fix spelling error in CMakeLists 2018-01-21 17:40:47 +11:00
code_block.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
color.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
common_funcs.h core: Refactor MakeMagic usage and remove dead code. 2017-10-15 00:11:38 -04:00
common_paths.h Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00
common_types.h Merge remote-tracking branch 'upstream/master' into nx 2017-10-09 23:56:20 -04:00
file_util.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
file_util.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
hash.cpp Common: Fix some out-of-style includes 2017-05-27 16:14:10 -07:00
hash.h common: add <cstddef> to hash.h 2017-01-28 15:30:18 +01:00
linear_disk_cache.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
math_util.h MathUtil: add PI constant 2016-12-26 10:41:26 +02:00
memory_util.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
memory_util.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofile.cpp Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
microprofileui.h Common: Remove section measurement from profiler (#1731) 2016-04-29 00:07:10 -07:00
misc.cpp Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
param_package.cpp Common: add ParamPackage 2017-03-01 23:30:57 +02:00
param_package.h Common: add ParamPackage 2017-03-01 23:30:57 +02:00
platform.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
quaternion.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
scm_rev.cpp.in common: Add build timestamp to scm_rev. 2017-08-03 20:10:37 -04:00
scm_rev.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
scope_exit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
string_util.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
string_util.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
swap.h common: use system bswap* functions on more BSDs 2016-10-27 23:28:30 +00:00
synchronized_wrapper.h SynchronizedWrapper: Add Lock convenience method 2017-02-26 17:22:02 -08:00
telemetry.cpp common: Add a generic interface for logging telemetry fields. 2017-05-24 19:16:21 -04:00
telemetry.h telemetry: Silence initialization order warnings 2018-01-17 19:43:24 -05:00
thread.cpp Support mingw cross-compile 2016-12-05 19:09:16 +01:00
thread.h Common::Event: add WaitUntil 2016-12-26 10:41:26 +02:00
thread_queue_list.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
threadsafe_queue.h CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 2018-01-08 19:10:25 -05:00
timer.cpp Support mingw cross-compile 2016-12-05 19:09:16 +01:00
timer.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
vector_math.h Fixed type conversion ambiguity 2017-09-30 09:34:35 +01:00