From 9349bec6db2618cdfdee0aeee1ea2a4f6066d05f Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Sun, 22 Aug 2010 14:23:37 +0000 Subject: N64: add some comments to code svn-id: r52277 --- backends/platform/n64/osys_n64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/n64/osys_n64.h b/backends/platform/n64/osys_n64.h index dbb20a53d2..707bb1b7ae 100644 --- a/backends/platform/n64/osys_n64.h +++ b/backends/platform/n64/osys_n64.h @@ -98,7 +98,7 @@ protected: uint16 _gameWidth, _gameHeight; uint16 _frameBufferWidth; // Width of framebuffer in N64 memory uint8 _offscrPixels; // Pixels to skip on each line before start drawing, used to center image - uint8 _maxFps; + uint8 _maxFps; // Max frames-per-second which can be shown on screen int _shakeOffset; @@ -123,7 +123,7 @@ protected: uint8 _controllerPort; int8 _mousePort; - bool _controllerHasRumble; + bool _controllerHasRumble; // Gets enabled if rumble-pak is detected bool _dirtyOffscreen; -- cgit v1.2.3