mirror of
https://github.com/libretro/Mu.git
synced 2026-09-22 22:56:12 +00:00
Minor cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user