mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 11:30:07 +00:00
Fix clang format
This commit is contained in:
parent
701cd83786
commit
7b3a8e9bf5
@ -42,8 +42,8 @@ public:
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
void StartPlayback(
|
||||
const std::string& movie_file, std::function<void()> completion_callback = [] {});
|
||||
void StartPlayback(const std::string& movie_file,
|
||||
std::function<void()> completion_callback = [] {});
|
||||
void StartRecording(const std::string& movie_file);
|
||||
|
||||
/// Prepare to override the clock before playing back movies
|
||||
|
Loading…
Reference in New Issue
Block a user