issues Search Results · repo:coolsee/OpenMugen language:C
Filter by
5 results
(71 ms)5 results
incoolsee/OpenMugen (press backspace or delete to remove)[ 5%] Building CXX object CMakeFiles/openmugen.dir/tokenizer.cpp.o /home/pi/Desktop/OpenMugen/tokenizer.cpp: In member
function ‘char* CTokenizer::GetPartToken()’: /home/pi/Desktop/OpenMugen/tokenizer.cpp:343:10: ...
ghost
- 1
- Opened on Jan 17, 2019
- #5
Fix: in structs.h :
// Be carrefull: long on 64b cpu/compiler are not 32b //typedef unsigned long u32; typedef uint32_t u32; //typedef
signed long s32; typedef int32_t s32;
WilliamTambellini
- 2
- Opened on Apr 10, 2016
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.