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

Fix rc2qt hex decoding, remove Python-style b'' from C++ output #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nyanpasu64
Copy link
Contributor

The resulting cqtmfc_famitracker.cpp is identical to the outdated version from master.

@nyanpasu64
Copy link
Contributor Author

nyanpasu64 commented Jun 22, 2019

I have a script to regenerate cqtmfc_famitracker.cpp:

#!/bin/sh
cd $(git rev-parse --show-toplevel)

python tools/rc2qt/rc2qt.py \
       libs/famitracker/FamiTracker.rc \
       > libs/famitracker/cqtmfc_famitracker.cpp

Should I add this to master? I'm currently using my own version (adapted for j0cc) on my unfinished j0cc branch.

@christopherpow
Copy link
Owner

Yes, please merge that script.

@nyanpasu64
Copy link
Contributor Author

nyanpasu64 commented Jun 27, 2019

pushed again? the presence of the broken script in master makes me uncomfortable.

@christopherpow
Copy link
Owner

What broken script?

@nyanpasu64
Copy link
Contributor Author

the .py in master is broken and produces incorrect output.

@christopherpow
Copy link
Owner

christopherpow commented Jun 28, 2019 via email

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