Important
| System | Rom Folder | Year of Release |
|---|---|---|
| Capcom Play System 3 | CPS3 | - |
| Capcom Play System 2 | CPS2 | - |
| Capcom Play System 1 | CPS1 | - |
| Nintendo Game Boy Advance | GBA | 2001 |
Important
| System | Rom Folder | Year of Release |
|---|---|---|
| Capcom Play System 3 | CPS3 | - |
| Capcom Play System 2 | CPS2 | - |
| Capcom Play System 1 | CPS1 | - |
| Nintendo Game Boy Advance | GBA | 2001 |
| fetch(ajax_url, { | |
| method: 'POST', | |
| credentials: 'same-origin', | |
| headers: new Headers({'Content-Type': 'application/x-www-form-urlencoded'}), | |
| body: 'action=zget_profile_user' | |
| }) | |
| .then((resp) => resp.json()) | |
| .then(function(data) { | |
| if(data.status == "success"){ | |
| _this.setState({loaded:true,user:data.user}); |