mirror of
https://github.com/libretro/Mu.git
synced 2026-09-22 14:45:57 +00:00
Use lowercase paths like pilrc
This commit is contained in:
@@ -356,8 +356,8 @@ QImage getIconImage(const QString& path, int16_t width, int16_t height, uint8_t
|
||||
|
||||
void convertToPalmIcons(const QString& path, const QString& outputDirectory){
|
||||
QFileInfo imagePath(path);
|
||||
QFile taib03E8File(outputDirectory + "/tAIB03E8.bin");
|
||||
QFile taib03E9File(outputDirectory + "/tAIB03E9.bin");
|
||||
QFile taib03E8File(outputDirectory + "/tAIB03e8.bin");
|
||||
QFile taib03E9File(outputDirectory + "/tAIB03e9.bin");
|
||||
uint8_t* taib03E8 = new uint8_t[MAX_PALM_BITMAP_SIZE * 5];
|
||||
uint8_t* taib03E9 = new uint8_t[MAX_PALM_BITMAP_SIZE * 5];
|
||||
uint32_t taib03E8Offset = 0;
|
||||
|
||||
@@ -87,3 +87,10 @@ UInt32 emuKeyCurrentState(void){
|
||||
/*need to call old KeyCurrentState then | wihth new keys*/
|
||||
return 0x00000000;
|
||||
}
|
||||
|
||||
/*need to add these for 320x320 support
|
||||
UInt16 WinSetCoordinateSystem(UInt16 coordSys)
|
||||
HIGH_DENSITY_TRAP(HDSelectorWinSetCoordinateSystem);
|
||||
Err WinGetSupportedDensity(UInt16* densityP)
|
||||
HIGH_DENSITY_TRAP(HDSelectorWinGetSupportedDensity);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user