summaryrefslogtreecommitdiffstats
path: root/src/osd/modules/opengl/gl_shader_mgr.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-01-28 14:25:52 +1100
committer Vas Crabb <vas@vastheman.com>2018-01-28 14:25:52 +1100
commit4e8bb7c7e5c84ee384fd2c3b68896ca74cff9884 (patch)
tree5a185ef6a4070f53ad73122f280ca872f7580719 /src/osd/modules/opengl/gl_shader_mgr.cpp
parent46af74afdfc4735a47db4ccea6263932e118b198 (diff)
srcclean and regenerate localisations (nw)
Diffstat (limited to 'src/osd/modules/opengl/gl_shader_mgr.cpp')
-rw-r--r--src/osd/modules/opengl/gl_shader_mgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/opengl/gl_shader_mgr.cpp b/src/osd/modules/opengl/gl_shader_mgr.cpp
index 26eb0d35ee0..de36240ab3e 100644
--- a/src/osd/modules/opengl/gl_shader_mgr.cpp
+++ b/src/osd/modules/opengl/gl_shader_mgr.cpp
@@ -24,7 +24,7 @@ static const char * glsl_mamebm_fsh_files [GLSL_SHADER_FEAT_INT_NUMBER] =
{
"/tmp/glsl_plain_rgb32_dir.fsh", // rgb32 dir plain
"/tmp/glsl_bilinear_rgb32_dir.fsh", // rgb32 dir bilinear
- "/tmp/glsl_bicubic_rgb32_dir.fsh", // rgb32 dir bicubic
+ "/tmp/glsl_bicubic_rgb32_dir.fsh", // rgb32 dir bicubic
};
#else // GLSL_SOURCE_ON_DISK
b740476166c6356fafab6aa2'>protected base member nonsense (nw) Vas Crabb2018-11-211-1/+1 * -i8255: Removed MCFG, nw mooglyguy2018-09-031-9/+9 * stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-1/+3 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+23 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4 * Self-registering devices prep: Vas Crabb2017-02-271-2/+5 * leland.cpp: initial work towards save state support (nw) Ivan Vangelista2016-12-021-3/+3 * photon.cpp: minor cosmetical cleanup, initial preparation for save state supp... Ivan Vangelista2016-12-021-35/+47