diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2022-01-29 13:02:05 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-03-29 15:34:43 -0700 |
| commit | 45b8ebeb25ce28c01beff8a8507de45515b13a33 (patch) | |
| tree | 25b387f2f651e3d39fe96281c01c4785a0d5780c /Source/Core/VideoCommon/PixelEngine.cpp | |
| parent | 0204b119e904d358ba7084d18a84f77929a5f7e5 (diff) | |
PixelEngine: Remove old comment
This comment was added in 76d24f2c0d8 (the link was updated in 5799824b226, but both are dead now). An archived version is at https://web.archive.org/web/20090830050441/http://developer.nvidia.com/object/General_FAQ.html#t6 but it's about the number of available texture units, which doesn't seem relevant to PixelEngine.
Diffstat (limited to 'Source/Core/VideoCommon/PixelEngine.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelEngine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index bdfaa599d5..cfc5209399 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -1,8 +1,6 @@ // Copyright 2008 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -// http://www.nvidia.com/object/General_FAQ.html#t6 !!!!! - #include "VideoCommon/PixelEngine.h" #include <mutex> |
