core: Add getter and setter for WebBrowserApplet frontend
This commit is contained in:
		
							parent
							
								
									166a1b9526
								
							
						
					
					
						commit
						0cbabc5ee6
					
				
					 4 changed files with 22 additions and 2 deletions
				
			
		|  | @ -11,11 +11,12 @@ | |||
| #include "common/common_types.h" | ||||
| #include "core/file_sys/vfs_types.h" | ||||
| #include "core/hle/kernel/object.h" | ||||
| #include "frontend/applets/profile_select.h" | ||||
| 
 | ||||
| namespace Core::Frontend { | ||||
| class EmuWindow; | ||||
| class ProfileSelectApplet; | ||||
| class SoftwareKeyboardApplet; | ||||
| class WebBrowserApplet; | ||||
| } // namespace Core::Frontend
 | ||||
| 
 | ||||
| namespace FileSys { | ||||
|  | @ -250,6 +251,10 @@ public: | |||
| 
 | ||||
|     const Core::Frontend::SoftwareKeyboardApplet& GetSoftwareKeyboard() const; | ||||
| 
 | ||||
|     void SetWebBrowser(std::unique_ptr<Core::Frontend::WebBrowserApplet> applet); | ||||
| 
 | ||||
|     const Core::Frontend::WebBrowserApplet& GetWebBrowser() const; | ||||
| 
 | ||||
| private: | ||||
|     System(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zach Hilman
						Zach Hilman