Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added GET_STATUS network command #10073

Merged
merged 3 commits into from
Jan 28, 2020
Merged

Conversation

eadmaster
Copy link
Contributor

@eadmaster eadmaster commented Jan 27, 2020

Description

added a GET_STATUS network command that will return a string with the name of the system or current core running, the content file name and crc32.

e.g.:

GET_STATUS RUNNING Nestopia,Super Mario Bros. (W) [!],crc32=3337ec46
GET_STATUS CONTENTLESS

This could be (ab)used for scripting purposes, like an hiscore companion script.

I am not sure if i am reading the system_id correctly though, it was always null during my tests.

Related Issues

#9483
#9913

Related Pull Requests

#3068

Reviewers

will return a string with the name of the current core running, the content name and crc32
@inactive123
Copy link
Contributor

Hi,

you need to fix the C++ comments - they need to be C-style, otherwise C89_BUILD will no longer compile.

@eadmaster
Copy link
Contributor Author

i hope this will get merged as i've already made a python API using this.

@inactive123 inactive123 merged commit 255790b into libretro:master Jan 28, 2020
@inactive123
Copy link
Contributor

You still didn't fix the C89_BUILD issues properly BTW. For this time I'll fix it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants