Minor cleanup

This commit is contained in:
meepingsnesroms
2018-11-11 17:41:41 -08:00
parent ee3795396d
commit d153e4a3ca
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ void retro_run(void){
//draw mouse
if(useJoystickAsMouse)
renderMouseCursor(palmInput.touchscreenX, palmInput.touchscreenY);
renderMouseCursor(palmInput.touchscreenX, palmInput.touchscreenY);
video_cb(screenData, screenWidth, screenHeight, screenWidth * sizeof(uint16_t));
audio_cb(palmAudio, AUDIO_SAMPLES_PER_FRAME);

View File

@@ -206,7 +206,7 @@ static void checkPortDInterrupts(void){
uint8_t portDEdgeTriggered = registerArrayRead8(PDIRQEG);
uint16_t interruptControlRegister = registerArrayRead16(ICR);
uint8_t triggeredIntXInterrupts = portDValue & registerArrayRead8(PDIRQEN);
bool pllOn = pllIsOn();
//bool pllOn = pllIsOn();
//On hardware PDIRQEG seems not to actually work at all(CPUID:0x57000000), unimplementedHardware.txt
//the correct behavior is not being used right now because it doesnt seem to happen on the actual device