 Valentin VanelslandeandGitHub
|
41abdb505c
|
common/logging/log: Add LLE in Audio_DSP comment (#5327)
@wwylele forgot to add it in https://github.com/citra-emu/citra/pull/4490.
|
2020-05-04 12:20:56 +02:00 |
|
Valentin Vanelslande
|
ce58151c21
|
Update teakra
|
2020-04-29 21:53:01 -05:00 |
|
 Valentin VanelslandeandGitHub
|
263e5be78e
|
Fix Luigi's Mansion can't remove amiibo bug (#5200)
* Fix Luigi's Mansion can't remove amiibo bug
|
2020-04-14 14:33:49 +02:00 |
|
vvanelslande
|
d16d34203a
|
Fix moderation by room host in dedicated rooms
|
2019-11-17 09:59:54 -05:00 |
|
vvanelslande
|
e1e136d72f
|
service/mic: actually use the specified device
|
2019-11-11 17:15:10 -05:00 |
|
vvanelslande
|
bb48d2491d
|
citra_qt/configuration: add missing Read/SaveUtilityValues
|
2019-11-10 19:26:03 -05:00 |
|
vvanelslande
|
62014e8f34
|
dedicated_room: fix crash (count != 0) when closing the room
|
2019-11-10 17:07:00 -05:00 |
|
vvanelslande
|
1f708e8bad
|
settings, configure_input: fix rename input profile
|
2019-11-09 16:55:03 -05:00 |
|
vvanelslande
|
db1b0a1964
|
network/room: add message/join/leave/kick/ban/unban/game name logging
|
2019-11-03 09:55:38 -05:00 |
|
vvanelslande
|
44611c9985
|
citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..."
Self-explanatory.
|
2019-10-25 20:13:35 -05:00 |
|
vvanelslande
|
a650402eb5
|
citra_qt/RecordDialog: close when OK is clicked
The OK button didn't do anything before.
|
2019-09-21 23:56:07 -05:00 |
|
vvanelslande
|
07eb89c6ee
|
citra_qt: add amiibo drag and drop support
|
2019-09-21 17:08:19 -05:00 |
|
Valentin Vanelslande
|
2959b002cd
|
applet_manager: remove the "we are going to disable loading LLE applets before further fixes are done" comments
LLE Applets are enabled again in #4500, but @wwylele didn't remove these comments.
|
2019-08-29 20:41:16 -05:00 |
|
vvanelslande
|
1ff418de4a
|
citra_qt: fix the stuck in fullscreen mode and hotkey bugs
The stuck in fullscreen mode bug happens if the emulated program exits, is fixed by adding [this](https://github.com/citra-emu/citra/compare/master...vvanelslande:hotkey-and-fullscreen-fixes?expand=1#diff-5e8bf22f5c3b3579c402308dd96b7563R888-R894), steps to reproduce:
- Start [FBI](https://github.com/Steveice10/FBI)
- Press START
The fixed hotkeys (I changed them to use [connect](https://doc.qt.io/qt-5/qobject.html#connect) instead of [setShortcut](https://doc.qt.io/qt-5/qaction.html#shortcut-prop) + [setShortcutContext](https://doc.qt.io/qt-5/qaction.html#shortcutContext-prop)) are:
- Load File (was not working in windowed mode), fixed by removing the [setShortcut](https://doc.qt.io/qt-5/qaction.html#shortcut-prop) + [setShortcutContext](https://doc.qt.io/qt-5/qaction.html#shortcutContext-prop) calls (there was already a [connect](https://doc.qt.io/qt-5/qobject.html#connect) call)
- Stop Emulation (was not working in fullscreen mode), fixed with the [connect](https://doc.qt.io/qt-5/qobject.html#connect) change and [this](https://github.com/citra-emu/citra/compare/master...vvanelslande:hotkey-and-fullscreen-fixes?expand=1#diff-5e8bf22f5c3b3579c402308dd96b7563R888-R894) change
- Exit Citra (was not working in fullscreen mode), fixed with the [connect](https://doc.qt.io/qt-5/qobject.html#connect) change
Fixes #4876
|
2019-08-29 19:50:05 -05:00 |
|
vvanelslande
|
1437c4a01a
|
Add MinGW CMake option to disable DWARF debugging information
Also, I disabled it for the Linux MinGW build.
|
2019-08-14 10:29:04 -05:00 |
|