regpaths.h

来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C头文件 代码 · 共 57 行

H
57
字号
/*****************************************************************************
 Name          	: RegPaths.h

 Title			: PowerVR registry path defininitions

 Author			: Richard Hudson

 Created        : 1/3/00
 
 Copyright      : 2000 by Imagination technologies. All rights reserved.
                  No part of this software, either material or conceptual 
                  may be copied or distributed, transmitted, transcribed,
                  stored in a retrieval system or translated into any 
                  human or computer language in any form by any means,
                  electronic, mechanical, manual or other-wise, or 
                  disclosed to third parties without the express written
                  permission of Imagination Technologies Limited, Unit 8, HomePark
                  Industrial Estate, King's Langley, Hertfordshire,
                  WD4 8LZ, U.K.
		  
 Description    :  Registry Path Definitions
                  
 Version		: $Revision: 1.3 $

 Modifications	: 

 $Log: regpaths.h $

  --- Revision Logs Removed --- 

  --- Revision Logs Removed --- 
 
  --- Revision Logs Removed ---  
 *****************************************************************************/
#ifndef __REGPATHS_H__
#define __REGPATHS_H__

/************************************************************** Root defines */

#define POWERVR_REG_ROOT 	   			"Drivers\\Display\\PowerVR"

/************************************************************** HAL Settings */

#define POWERVR_CHIP_KEY				"\\MBX1\\"

#define D3DM_REGCOMMON_ROOT 		POWERVR_CHIP_KEY "Global\\D3DM\\"
#define D3DM_REGLASTAPP_ROOT		POWERVR_CHIP_KEY "Global\\D3DM\\LastApp\\"
#define D3DM_REGAPPHINT_ROOT 		POWERVR_CHIP_KEY "Game Settings\\D3DM\\"
#define D3DM_REGAPPHINTCOMMON_ROOT 	POWERVR_CHIP_KEY "Game Settings\\D3DM\\Common\\"
#define DDRAW_REGAPPHINT_ROOT 		POWERVR_CHIP_KEY "Game Settings\\DDraw\\"

#endif /* __REGPATHS_H__ */
/*****************************************************************************
 End of file (REGPATHS.H)
*****************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?