mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	applets/swkbd: Implement DefaultCitraKeyboard
This commit is contained in:
		
							parent
							
								
									18664c719e
								
							
						
					
					
						commit
						f23443b921
					
				
					 7 changed files with 61 additions and 6 deletions
				
			
		|  | @ -50,6 +50,7 @@ | |||
| #include "common/string_util.h" | ||||
| #include "core/core.h" | ||||
| #include "core/file_sys/archive_source_sd_savedata.h" | ||||
| #include "core/frontend/applets/default_applets.h" | ||||
| #include "core/gdbstub/gdbstub.h" | ||||
| #include "core/hle/service/fs/archive.h" | ||||
| #include "core/loader/loader.h" | ||||
|  | @ -1467,6 +1468,9 @@ int main(int argc, char* argv[]) { | |||
|     Camera::RegisterFactory("qt", std::make_unique<Camera::QtMultimediaCameraFactory>()); | ||||
|     Camera::QtMultimediaCameraHandler::Init(); | ||||
| 
 | ||||
|     // Register frontend applets
 | ||||
|     Frontend::RegisterDefaultApplets(); | ||||
| 
 | ||||
|     main_window.show(); | ||||
|     return app.exec(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue