mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
17 lines
457 B
C++
17 lines
457 B
C++
--- VBA/GBA.cpp.orig 2016-07-26 15:40:39 UTC
|
|
+++ VBA/GBA.cpp
|
|
@@ -1054,12 +1054,12 @@ int CPULoadRom(const char *szFile)
|
|
{
|
|
rom = (u8 *)malloc(0x200);
|
|
loadedsize=0;
|
|
- i = (int)utilLoad(szFile,utilIsGBAImage,whereToLoad,size);
|
|
+ i = (long)utilLoad(szFile,utilIsGBAImage,whereToLoad,size);
|
|
}
|
|
else
|
|
{
|
|
rom = utilLoad(szFile,utilIsGBAImage,whereToLoad,size);
|
|
- i = (int) rom;
|
|
+ i = (long) rom;
|
|
}
|
|
|
|
//loadedsize = sizeof(*rom);
|