mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 17:05:46 -04:00
Rename cpu_detect.h to platform.h and add OS
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#include "cdrom.h"
|
||||
#include "common/align.h"
|
||||
#include "common/cd_image.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/log.h"
|
||||
#include "common/platform.h"
|
||||
#include "common/state_wrapper.h"
|
||||
#include "dma.h"
|
||||
#include "interrupt_controller.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/platform.h"
|
||||
#include "cpu_types.h"
|
||||
|
||||
#if defined(CPU_X64)
|
||||
|
@ -1,9 +1,9 @@
|
||||
#include "gpu_sw.h"
|
||||
#include "common/align.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/log.h"
|
||||
#include "common/make_array.h"
|
||||
#include "common/platform.h"
|
||||
#include "host_display.h"
|
||||
#include "system.h"
|
||||
#include <algorithm>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "texture_replacements.h"
|
||||
#include "common/cpu_detect.h"
|
||||
#include "common/file_system.h"
|
||||
#include "common/log.h"
|
||||
#include "common/platform.h"
|
||||
#include "common/string_util.h"
|
||||
#include "common/timer.h"
|
||||
#include "host_interface.h"
|
||||
|
Reference in New Issue
Block a user