Logo
Explore Help
Sign In
izzy/dolphin
Watch 0
Star 0
Fork 0
mirror of https://github.com/izzy2lost/dolphin.git synced 2026-06-19 01:16:48 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
ca9fd64df916949518fe8dfd3ca9c0432eade388
dolphin/Source/Core/VideoBackends/Software/TextureEncoder.h
T

13 lines
203 B
C++
Raw Normal View History

New license header introduced to all Video based projects.
2013-04-17 23:29:41 -04:00
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit.
2010-07-06 16:16:07 +00:00
Replace all include guard ifdefs with "#pragma once"
2014-02-10 13:54:46 -05:00
#pragma once
Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit.
2010-07-06 16:16:07 +00:00
#include "Common.h"
namespace TextureEncoder
{
Clean up most (99.99%) of the tab/space mismatches in the VideoSoftware project.
2013-04-13 23:54:02 -04:00
void Encode(u8 *dest_ptr);
Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit.
2010-07-06 16:16:07 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 166ms Template: 15ms
Auto
English
English
Licenses API