Commit Graph

1809 Commits

Author SHA1 Message Date
dingusdev 2a868552b9
Merge pull request #1 from maximumspatium/master
Various fixes and improvements for non-Windows systems.
2019-07-02 18:16:10 -07:00
Maxim Poliakovski 24f4dedeac ppcemumain.h: fix wrong dispatch table index. 2019-07-03 00:07:11 +02:00
Maxim Poliakovski 9c0c1da53f Replace '&&' with '&' where bitwise AND is expected.
This fixes compilation warnings when using GCC/Clang.
Improve formatting along the way.
2019-07-02 14:18:51 +02:00
Maxim Poliakovski 3325529c2e Makefile: add -std=c++11 explicitely to compile with GCC 4.x. 2019-07-02 13:34:06 +02:00
Maxim Poliakovski 9a397a1c87 Makefile: fix invalid source extension. 2019-07-02 13:31:48 +02:00
dingusdev 22c9ba9fda
Proper ROM String finding
Cleaned up string finding; Compiles now
2019-07-01 21:54:12 -07:00
dingusdev e9bc6e48b2
Create README.md 2019-07-01 19:19:08 -07:00
dingusdev eaa517b63b
Add files via upload
The first attempt at uploading new files.
2019-07-01 19:15:33 -07:00
dingusdev d31fdb37bd
Initial commit 2019-07-01 19:13:30 -07:00