diff options
| author | David-John Willis | 2011-07-07 17:42:24 +0100 | 
|---|---|---|
| committer | David-John Willis | 2011-07-07 17:42:24 +0100 | 
| commit | 5757fc577e2b69716814ceef8b357c20e74fff0c (patch) | |
| tree | 211ff6c644cc240a31fa8eb1a215a4014d60a2ad | |
| parent | e4fc8e85ed30217ee537c178e01d5a980ba0f14a (diff) | |
| download | scummvm-rg350-5757fc577e2b69716814ceef8b357c20e74fff0c.tar.gz scummvm-rg350-5757fc577e2b69716814ceef8b357c20e74fff0c.tar.bz2 scummvm-rg350-5757fc577e2b69716814ceef8b357c20e74fff0c.zip | |
GPH: Add note to the README stored with 'mmuhack.o' for the GP2X
     explaining why the binary object is in the source tree.
| -rw-r--r-- | backends/platform/gph/devices/gp2x/mmuhack/README (renamed from backends/platform/gph/devices/gp2x/mmuhack/readme.txt) | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/backends/platform/gph/devices/gp2x/mmuhack/readme.txt b/backends/platform/gph/devices/gp2x/mmuhack/README index bea49d7d6d..6db7d81845 100644 --- a/backends/platform/gph/devices/gp2x/mmuhack/readme.txt +++ b/backends/platform/gph/devices/gp2x/mmuhack/README @@ -1,3 +1,10 @@ +PLEASE NOTE:  + +The binary object 'mmuhack.o' is stored in the source tree as it is very awkward to +build it manually each time and would require the use of 2 toolchains to do so. + +Notes on how to rebuild from the included source can be found below. +  About  ----- @@ -107,4 +114,3 @@ Credits  Original idea/implementation: Squidge (this whole thing is also known as squidgehack)  Kernel module: NK  Documentation: notaz - | 
