| 105 | #define dat_SFO_ADD_LINKS 't' |
| 106 | |
| 107 | static 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 | |
| 122 | static void urldec(char *url, char *original) |
| 123 | { |
no outgoing calls
no test coverage detected