MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / open_browser

Function open_browser

include/init/html.h:107–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105#define dat_SFO_ADD_LINKS 't'
106
107static void open_browser(const char *url, int mode)
108{
109 int is_ingame = View_Find("game_plugin");
110
111 if(is_ingame)
112 {
113 game_interface = (game_plugin_interface *)plugin_GetInterface(is_ingame, 1);
114 game_interface->wakeupWithGameExit((char*)url, 1);
115 }
116 else
117 {
118 vshmain_AE35CF2D((char*)url, mode); // xmb_plugin->Function 23
119 }
120}
121
122static void urldec(char *url, char *original)
123{

Callers 4

mount_threadFunction · 0.85
xmb_browser.hFile · 0.85
mount_search.hFile · 0.85
combos.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected