Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src/core/frontend
Lioncash 21c71d21ae general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-07 15:14:29 +02:00
..
applets applet/swkbd: use UTF-16 string to test string size 2019-03-04 10:33:23 -05:00
camera log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
emu_window.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
emu_window.h core/frontend/emu_window: Make ClipToTouchScreen a const member function 2019-03-02 14:06:09 +01:00
framebuffer_layout.cpp common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
framebuffer_layout.h common/math_util: Move contents into the Common namespace 2019-03-02 18:13:10 +01:00
input.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
mic.cpp Support signed 8bit pcm in cubeb input. Address review 2019-03-17 22:52:03 -06:00
mic.h Remove global state and add mic hot swapping 2019-03-06 20:59:58 -07:00