summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2015-12-04 10:58:49 +0100
committerMarkus Wick <degasus@users.noreply.github.com>2015-12-04 10:58:49 +0100
commit7134d727bf6151d89ce7148ed2a716958334552f (patch)
tree48e1e9fb934c874198a242d173ca665c88b98516 /Source/Core
parent297f6a097d02debc328c10ce6197267d86b8da6b (diff)
parentb6f16b3049b86dd0fd490204ddea6c972aeca8d2 (diff)
Merge pull request #3310 from Pringo/remove-google-code-reference
Remove Google Code Reference and Fix Grammar
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoCommon/DriverDetails.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.h b/Source/Core/VideoCommon/DriverDetails.h
index 638a298939..9a2ed2086e 100644
--- a/Source/Core/VideoCommon/DriverDetails.h
+++ b/Source/Core/VideoCommon/DriverDetails.h
@@ -74,7 +74,7 @@ namespace DriverDetails
// Pinned memory is disabled for index buffer as the AMD driver (the only one with pinned memory support) seems
// to be broken. We just get flickering/black rendering when using pinned memory here -- degasus - 2013/08/20
// This bug only happens when paired with base_vertex.
- // Please see issue #6105 on Google Code. Let's hope buffer storage solves this issues.
+ // Please see issue #6105. Let's hope buffer storage solves this issue.
// TODO: Detect broken drivers.
BUG_BROKENPINNEDMEMORY,
// Bug: glBufferSubData/glMapBufferRange stalls + OOM