JANITORIAL: Remove trailing empty lines.
This commit is contained in:
parent
bf580e6e6b
commit
23a0f5318c
517 changed files with 0 additions and 730 deletions
1
AUTHORS
1
AUTHORS
|
@ -568,4 +568,3 @@ Special thanks to
|
|||
|
||||
Broken Sword 2.5 team for providing sources of their engine and their
|
||||
great support.
|
||||
|
||||
|
|
|
@ -506,5 +506,3 @@ necessary. Here is a sample; alter the names:
|
|||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
|
|
1
Makefile
1
Makefile
|
@ -90,4 +90,3 @@ endif
|
|||
ifneq ($(origin port_mk), undefined)
|
||||
include $(srcdir)/$(port_mk)
|
||||
endif
|
||||
|
||||
|
|
|
@ -192,4 +192,3 @@ FM_OPL *makeAdLibOPL(int rate) {
|
|||
|
||||
return opl;
|
||||
}
|
||||
|
||||
|
|
|
@ -176,4 +176,3 @@ void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length);
|
|||
FM_OPL *makeAdLibOPL(int rate);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -412,4 +412,3 @@ void MidiDriver::sendGMReset() {
|
|||
sysEx(resetSysEx, sizeof(resetSysEx));
|
||||
g_system->delayMillis(100);
|
||||
}
|
||||
|
||||
|
|
|
@ -467,4 +467,3 @@ RateConverter *makeRateConverter(st_rate_t inrate, st_rate_t outrate, bool stere
|
|||
}
|
||||
|
||||
} // End of namespace Audio
|
||||
|
||||
|
|
|
@ -51,4 +51,3 @@ MusicDevices AppleIIGSMusicPlugin::getDevices() const {
|
|||
//#else
|
||||
REGISTER_PLUGIN_STATIC(APPLEIIGS, PLUGIN_TYPE_MUSIC, AppleIIGSMusicPlugin);
|
||||
//#endif
|
||||
|
||||
|
|
|
@ -480,4 +480,3 @@ Common::Error EASMusicPlugin::createInstance(MidiDriver **mididriver, MidiDriver
|
|||
//#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -181,4 +181,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -81,4 +81,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1449,4 +1449,3 @@ const uint8 TownsPC98_AudioDriver::_drvTables[] = {
|
|||
};
|
||||
|
||||
#undef EUPHONY_FADEOUT_TICKS
|
||||
|
||||
|
|
|
@ -115,4 +115,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -185,4 +185,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -67,4 +67,3 @@ bool File::writeBit32u(Bit32u out) {
|
|||
}
|
||||
|
||||
} // End of namespace MT32Emu
|
||||
|
||||
|
|
|
@ -104,4 +104,3 @@ public:
|
|||
#endif // !DISABLE_DOSBOX_OPL
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1245,4 +1245,3 @@ FM_OPL *makeAdLibOPL(int rate) {
|
|||
|
||||
} // End of namespace MAME
|
||||
} // End of namespace OPL
|
||||
|
||||
|
|
|
@ -195,4 +195,3 @@ bool SymbianSdlEventSource::remapKey(SDL_Event &ev, Common::Event &event) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@ protected:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -42,4 +42,3 @@ AbstractFSNode *N64FilesystemFactory::makeFileNodePath(const Common::String &pat
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -161,4 +161,3 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
|
|||
}
|
||||
|
||||
#endif //#ifdef __N64__
|
||||
|
||||
|
|
|
@ -83,4 +83,3 @@ RomfsStream *RomfsStream::makeFromPath(const Common::String &path, bool writeMod
|
|||
}
|
||||
|
||||
#endif /* __N64__ */
|
||||
|
||||
|
|
|
@ -231,5 +231,3 @@ Common::WriteStream *SymbianFilesystemNode::createWriteStream() {
|
|||
return SymbianStdioStream::makeFromPath(getPath(), true);
|
||||
}
|
||||
#endif //#if defined (__SYMBIAN32__)
|
||||
|
||||
|
||||
|
|
|
@ -268,4 +268,3 @@ SymbianStdioStream *SymbianStdioStream::makeFromPath(const Common::String &path,
|
|||
return new SymbianStdioStream(handle);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -218,4 +218,3 @@ void WiiFilesystemFactory::umountUnused(const String &path) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -85,4 +85,3 @@ private:
|
|||
};
|
||||
|
||||
#endif /*Wii_FILESYSTEM_FACTORY_H*/
|
||||
|
||||
|
|
|
@ -202,4 +202,3 @@ Common::WriteStream *WiiFilesystemNode::createWriteStream() {
|
|||
}
|
||||
|
||||
#endif //#if defined(__WII__)
|
||||
|
||||
|
|
|
@ -77,4 +77,3 @@ void SymbianSdlGraphicsManager::setFeatureState(OSystem::Feature f, bool enable)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1657,4 +1657,3 @@ WINCESdlGraphicsManager::zoneDesc WINCESdlGraphicsManager::_zones[TOTAL_ZONES] =
|
|||
};
|
||||
|
||||
#endif /* _WIN32_WCE */
|
||||
|
||||
|
|
|
@ -206,4 +206,3 @@ private:
|
|||
};
|
||||
|
||||
#endif /* BACKENDS_GRAPHICS_WINCE_SDL_H */
|
||||
|
||||
|
|
|
@ -102,4 +102,3 @@ void Log::printTimeStamp() {
|
|||
|
||||
} // End of namespace Log
|
||||
} // End of namespace Backends
|
||||
|
||||
|
|
|
@ -126,4 +126,3 @@ private:
|
|||
} // End of namespace Backends
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -72,4 +72,3 @@ void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -41,4 +41,3 @@ protected:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -187,4 +187,3 @@ bool WINCESdlMixerManager::checkOggHighSampleRate() {
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -47,4 +47,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -602,4 +602,3 @@ void AndroidPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -296,4 +296,3 @@ public:
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -189,4 +189,3 @@ androiddistdebug: all
|
|||
done
|
||||
|
||||
.PHONY: androidrelease androidtest
|
||||
|
||||
|
|
|
@ -52,4 +52,3 @@ private:
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -820,4 +820,3 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -826,4 +826,3 @@ void OSystem_Android::disableCursorPalette() {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -619,4 +619,3 @@ void JNI::setPause(JNIEnv *env, jobject self, jboolean value) {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -145,4 +145,3 @@ inline int JNI::writeAudio(JNIEnv *env, jbyteArray &data, int offset, int size)
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -12,4 +12,3 @@ MODULE_OBJS := \
|
|||
MODULE_OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS))
|
||||
OBJS := $(MODULE_OBJS) $(OBJS)
|
||||
MODULE_DIRS += $(sort $(dir $(MODULE_OBJS)))
|
||||
|
||||
|
|
|
@ -59,4 +59,3 @@ public class EditableSurfaceView extends SurfaceView {
|
|||
return new MyInputConnection();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -51,4 +51,3 @@ public class PluginProvider extends BroadcastReceiver {
|
|||
setResultExtras(extras);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -449,4 +449,3 @@ public abstract class ScummVM implements SurfaceHolder.Callback, Runnable {
|
|||
System.load(libpath.getPath());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -222,4 +222,3 @@ public class ScummVMActivity extends Activity {
|
|||
InputMethodManager.HIDE_IMPLICIT_ONLY);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ public class ScummVMApplication extends Application {
|
|||
return _cache_dir;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -229,4 +229,3 @@ public class ScummVMEvents implements
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -370,4 +370,3 @@ public class Unpacker extends Activity {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -488,4 +488,3 @@ GLESFakePalette5551Texture::~GLESFakePalette5551Texture() {
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -271,4 +271,3 @@ public:
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@ class DCLauncherDialog {
|
|||
DCLauncherDialog() {}
|
||||
int runModal();
|
||||
};
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@ should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.
|
|||
|
||||
For serial/IP upload, remove the "DYNAMIC_MODULES" line and just run `make',
|
||||
to get a static binary with the name `scummvm.elf'.
|
||||
|
||||
|
|
|
@ -74,5 +74,3 @@ void OSystem_Dreamcast::checkSound()
|
|||
if ((fillpos += n) >= curr_ring_buffer_samples)
|
||||
fillpos = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ ccr_addr:
|
|||
.long 0xff00001c
|
||||
ccr_data:
|
||||
.word 0x0905
|
||||
|
||||
|
|
|
@ -165,4 +165,3 @@ AbstractFSNode *OSystem_Dreamcast::makeFileNodePath(const Common::String &path)
|
|||
AbstractFSNode *node = RoninCDFileNode::makeFileNodePath(path);
|
||||
return (node? node : new RoninCDNonexistingNode(path));
|
||||
}
|
||||
|
||||
|
|
|
@ -259,4 +259,3 @@ extern int handleInput(struct mapledev *pad,
|
|||
int &mouse_x, int &mouse_y,
|
||||
byte &shiftFlags, Interactive *inter = NULL);
|
||||
extern bool selectGame(char *&, char *&, Common::Language &, Common::Platform &, class Icon &);
|
||||
|
||||
|
|
|
@ -377,4 +377,3 @@ int DCLauncherDialog::runModal()
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -732,4 +732,3 @@ int16 OSystem_Dreamcast::getOverlayWidth()
|
|||
{
|
||||
return OVL_W;
|
||||
}
|
||||
|
||||
|
|
|
@ -249,4 +249,3 @@ bool OSystem_Dreamcast::pollEvent(Common::Event &event)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -134,4 +134,3 @@ void Label::draw(float x, float y, unsigned int argb, float scale)
|
|||
myvertex.cmd |= TA_CMD_VERTEX_EOS;
|
||||
ta_commit_list(&myvertex);
|
||||
}
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
.section .dtors,"aw",@progbits
|
||||
|
||||
.end
|
||||
|
||||
|
|
|
@ -65,4 +65,3 @@ I still raccomand the use of opendingux kernel + rootfs, but if you don't, this
|
|||
image plus another kernel (eg. SiENcE's one) should be do the job.
|
||||
|
||||
Enjoy
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
|
||||
HOME=`pwd`
|
||||
$HOME/scummvm.elf
|
||||
|
||||
|
|
|
@ -104,6 +104,3 @@ void cartExecute()
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -54,4 +54,3 @@ void cartExecute();
|
|||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -650,4 +650,3 @@ int main(int argc, char ** argv) {
|
|||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
5
backends/platform/ds/arm9/dist/readme_ds.txt
vendored
5
backends/platform/ds/arm9/dist/readme_ds.txt
vendored
|
@ -861,8 +861,3 @@ For other builds, substitute the letters b - g in the above line.
|
|||
To build everything, type:
|
||||
|
||||
make allbuildssafe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -433,4 +433,3 @@ void setOptions() {
|
|||
}
|
||||
|
||||
} // End of namespace DS
|
||||
|
||||
|
|
|
@ -218,4 +218,3 @@ typedef struct {
|
|||
#endif
|
||||
|
||||
#endif // define DISC_IO_H
|
||||
|
||||
|
|
|
@ -57,4 +57,3 @@ void _M3_changeMode (u32 mode) {
|
|||
_M3_readHalfword (0x08000188);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -45,4 +45,3 @@
|
|||
extern void _M3_changeMode (u32 mode);
|
||||
|
||||
#endif // IO_M3_COMMON_H
|
||||
|
||||
|
|
|
@ -193,4 +193,3 @@ sd_data_write_busy2:
|
|||
|
||||
ldmfd r13!,{r4-r5,r15}
|
||||
@-----------------end-------------------
|
||||
|
||||
|
|
|
@ -508,14 +508,3 @@ MemoryCard_IsInserted:
|
|||
@----------------end MemoryCard_IsInserted---------------
|
||||
|
||||
.END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -199,5 +199,3 @@ bool _SD_InitCard (_SD_FN_CMD_6BYTE_RESPONSE cmd_6byte_response,
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -197,4 +197,3 @@ DC_FlushRangeLoop:
|
|||
bx lr
|
||||
@---------------------------------------
|
||||
.end
|
||||
|
||||
|
|
|
@ -134,4 +134,3 @@ uint32 keysUp(void) {
|
|||
|
||||
|
||||
} // End of namespace DS
|
||||
|
||||
|
|
|
@ -901,5 +901,3 @@ void OSystem_DS::engineDone() {
|
|||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -98,4 +98,3 @@ void updateStrings(byte gameId, byte version, Common::Platform platform,
|
|||
#undef ADD_BIND
|
||||
#undef ADD_TEXT
|
||||
#undef ADD_LINE
|
||||
|
||||
|
|
|
@ -236,4 +236,3 @@ $(ndsdir)/arm7/arm7.bin: $(ndsdir)/arm7/arm7.elf
|
|||
#
|
||||
# Fingolfin used
|
||||
# CXX=arm-eabi-g++ CC=arm-eabi-gcc ./configure --host=arm-elf --enable-speed --enable-sso -enable-fpm=arm CFLAGS='-specs=ds_arm9.specs -mthumb-interwork' --disable-shared --disable-debugging LDFLAGS=$DEVKITPRO/libnds/lib/libnds9.a
|
||||
|
||||
|
|
|
@ -8,4 +8,3 @@ void flush_uppermem_cache(void *start_address, void *end_address, int flags);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
flush_uppermem_cache:
|
||||
swi #0x9f0002
|
||||
bx lr
|
||||
|
||||
|
|
|
@ -137,4 +137,3 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -754,4 +754,3 @@ bool getLocalMouseCoords(CGPoint *point) {
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -90,4 +90,3 @@ spotless : distclean
|
|||
|
||||
send: $(TARGET).v64
|
||||
sudo ucon64 --xv64 $(TARGET).v64
|
||||
|
||||
|
|
|
@ -113,4 +113,3 @@ Notes
|
|||
==========
|
||||
|
||||
Write the rest of this README.
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ Common::StringArray FRAMSaveManager::listSavefiles(const Common::String &pattern
|
|||
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
|
@ -129,4 +129,3 @@ public:
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ endif
|
|||
$(srcdir)/backends/platform/n64/pad_rom.sh scummvm.v64
|
||||
rm scummvm.bak
|
||||
mv scummvm.v64 $(bundle_name)/scummvm.v64
|
||||
|
||||
|
|
|
@ -31,4 +31,3 @@ int main(void) {
|
|||
g_system->quit(); // TODO: Consider removing / replacing this!
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
@ -212,4 +212,3 @@ public:
|
|||
};
|
||||
|
||||
#endif /* __OSYS_N64_H__ */
|
||||
|
||||
|
|
|
@ -922,4 +922,3 @@ void OSystem_N64::detectControllers(void) {
|
|||
inline uint16 colRGB888toBGR555(byte r, byte g, byte b) {
|
||||
return ((r >> 3) << 1) | ((g >> 3) << 6) | ((b >> 3) << 11);
|
||||
}
|
||||
|
||||
|
|
|
@ -439,4 +439,3 @@ bool OSystem_N64::pollEvent(Common::Event &event) {
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -115,4 +115,3 @@ int timer_handler(int t) {
|
|||
tm->handler();
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ REMAINDER=`echo $BASESIZE - $REMAINDER | bc`
|
|||
CARTSIZE=`echo $CARTSIZE + $REMAINDER | bc`
|
||||
|
||||
ucon64 -q --n64 --v64 --chk --padn=$CARTSIZE $1
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue