mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-19 05:38:48 +00:00
citra_qt: Rebuilt movie frontend
This is completely rebuilt, in order to allow setting author, displaying movie metadata, and toggling read-only mode. The UX is changed to more closely match other emulators' behaviour. Now you can only record/play from start/reset (In the future, we might want to introduce 'record from savestate') Also fixed a critical bug where movie file can be corrupted when ending the recording while game is still running.
This commit is contained in:
parent
5a42a80f40
commit
113e0c7331
14 changed files with 541 additions and 151 deletions
|
|
@ -125,6 +125,12 @@ add_executable(citra-qt
|
|||
main.cpp
|
||||
main.h
|
||||
main.ui
|
||||
movie/movie_play_dialog.cpp
|
||||
movie/movie_play_dialog.h
|
||||
movie/movie_play_dialog.ui
|
||||
movie/movie_record_dialog.cpp
|
||||
movie/movie_record_dialog.h
|
||||
movie/movie_record_dialog.ui
|
||||
multiplayer/chat_room.cpp
|
||||
multiplayer/chat_room.h
|
||||
multiplayer/chat_room.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue